Changes in uspace/Makefile [75608143:2d2b8e6] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile
r75608143 r2d2b8e6 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 \ 48 44 app/redir \ … … 51 47 app/taskdump \ 52 48 app/tester \ 53 app/testread \54 49 app/tetris \ 55 50 app/trace \ 56 51 app/top \ 57 app/usbinfo \58 app/vuhid \59 52 app/netecho \ 60 53 app/nettest1 \ … … 63 56 app/websrv \ 64 57 app/sysinfo \ 65 app/mkbd \66 58 srv/clip \ 67 59 srv/devmap \ … … 80 72 srv/fs/tmpfs \ 81 73 srv/fs/devfs \ 82 srv/fs/ext2fs \83 74 srv/hid/adb_mouse \ 84 75 srv/hid/char_mouse \ … … 99 90 drv/rootvirt \ 100 91 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 92 drv/test2 114 93 115 94 ## Networking … … 170 149 lib/packet \ 171 150 lib/net \ 172 lib/ext2 \ 173 lib/usb \ 174 lib/usbhost \ 175 lib/usbdev \ 176 lib/usbhid \ 177 lib/usbvirt 151 lib/posix 178 152 179 153 LIBC_BUILD = $(addsuffix .build,$(LIBC))
Note:
See TracChangeset
for help on using the changeset viewer.