Changes in uspace/Makefile [75608143:a376c9e] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile
r75608143 ra376c9e 35 35 DIRS = \ 36 36 app/bdsh \ 37 app/ blkdump\38 app/ bnchmark\37 app/cc \ 38 app/cpp \ 39 39 app/edit \ 40 app/ext2info \41 40 app/getterm \ 42 41 app/init \ … … 44 43 app/killall \ 45 44 app/klog \ 46 app/lsusb \47 45 app/mkfat \ 48 46 app/redir \ … … 51 49 app/taskdump \ 52 50 app/tester \ 53 app/testread \54 51 app/tetris \ 55 52 app/trace \ 56 53 app/top \ 57 app/usbinfo \58 app/vuhid \59 54 app/netecho \ 60 55 app/nettest1 \ … … 63 58 app/websrv \ 64 59 app/sysinfo \ 65 app/mkbd \66 60 srv/clip \ 67 61 srv/devmap \ … … 80 74 srv/fs/tmpfs \ 81 75 srv/fs/devfs \ 82 srv/fs/ext2fs \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 … … 165 146 lib/block \ 166 147 lib/clui \ 148 lib/compat \ 167 149 lib/softint \ 168 150 lib/softfloat \ 169 151 lib/drv \ 170 152 lib/packet \ 171 lib/net \ 172 lib/ext2 \ 173 lib/usb \ 174 lib/usbhost \ 175 lib/usbdev \ 176 lib/usbhid \ 177 lib/usbvirt 153 lib/net 178 154 179 155 LIBC_BUILD = $(addsuffix .build,$(LIBC))
Note:
See TracChangeset
for help on using the changeset viewer.