Changes in uspace/Makefile [75608143:954bf385] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile
r75608143 r954bf385 35 35 DIRS = \ 36 36 app/bdsh \ 37 app/blkdump \38 app/bnchmark \39 37 app/edit \ 40 app/ext2info \41 38 app/getterm \ 42 39 app/init \ … … 44 41 app/killall \ 45 42 app/klog \ 46 app/lsusb \47 43 app/mkfat \ 44 app/mkminix \ 48 45 app/redir \ 49 46 app/sbi \ … … 51 48 app/taskdump \ 52 49 app/tester \ 53 app/testread \54 50 app/tetris \ 55 51 app/trace \ 56 52 app/top \ 57 app/usbinfo \58 app/vuhid \59 53 app/netecho \ 60 54 app/nettest1 \ … … 63 57 app/websrv \ 64 58 app/sysinfo \ 65 app/mkbd \66 59 srv/clip \ 67 60 srv/devmap \ … … 80 73 srv/fs/tmpfs \ 81 74 srv/fs/devfs \ 82 srv/fs/ ext2fs \75 srv/fs/minixfs \ 83 76 srv/hid/adb_mouse \ 84 77 srv/hid/char_mouse \ … … 99 92 drv/rootvirt \ 100 93 drv/test1 \ 101 drv/test2 \ 102 drv/test3 \ 103 drv/ehci_hcd \ 104 drv/ohci \ 105 drv/uhci_hcd \ 106 drv/uhci_rhd \ 107 drv/usbflbk \ 108 drv/usbhid \ 109 drv/usbhub \ 110 drv/usbmast \ 111 drv/usbmid \ 112 drv/usbmouse \ 113 drv/vhc 94 drv/test2 114 95 115 96 ## Networking … … 169 150 lib/drv \ 170 151 lib/packet \ 171 lib/net \ 172 lib/ext2 \ 173 lib/usb \ 174 lib/usbhost \ 175 lib/usbdev \ 176 lib/usbhid \ 177 lib/usbvirt 152 lib/net 178 153 179 154 LIBC_BUILD = $(addsuffix .build,$(LIBC))
Note:
See TracChangeset
for help on using the changeset viewer.