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