Changes in uspace/Makefile [2d2b8e6:4ac901c] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile
r2d2b8e6 r4ac901c 35 35 DIRS = \ 36 36 app/bdsh \ 37 app/blkdump \ 38 app/bnchmark \ 39 app/cc \ 40 app/cpp \ 37 41 app/edit \ 42 app/ext2info \ 38 43 app/getterm \ 39 44 app/init \ … … 41 46 app/killall \ 42 47 app/klog \ 48 app/lsusb \ 43 49 app/mkfat \ 44 50 app/redir \ … … 47 53 app/taskdump \ 48 54 app/tester \ 55 app/testread \ 49 56 app/tetris \ 50 57 app/trace \ 51 58 app/top \ 59 app/usbinfo \ 60 app/vuhid \ 52 61 app/netecho \ 53 62 app/nettest1 \ … … 56 65 app/websrv \ 57 66 app/sysinfo \ 67 app/mkbd \ 58 68 srv/clip \ 59 69 srv/devmap \ … … 72 82 srv/fs/tmpfs \ 73 83 srv/fs/devfs \ 84 srv/fs/ext2fs \ 74 85 srv/hid/adb_mouse \ 75 86 srv/hid/char_mouse \ … … 90 101 drv/rootvirt \ 91 102 drv/test1 \ 92 drv/test2 103 drv/test2 \ 104 drv/test3 \ 105 drv/ehci_hcd \ 106 drv/ohci \ 107 drv/uhci_hcd \ 108 drv/uhci_rhd \ 109 drv/usbflbk \ 110 drv/usbhid \ 111 drv/usbhub \ 112 drv/usbmast \ 113 drv/usbmid \ 114 drv/usbmouse \ 115 drv/vhc 93 116 94 117 ## Networking … … 149 172 lib/packet \ 150 173 lib/net \ 174 lib/ext2 \ 175 lib/usb \ 176 lib/usbhost \ 177 lib/usbdev \ 178 lib/usbhid \ 179 lib/usbvirt \ 151 180 lib/posix 152 181
Note:
See TracChangeset
for help on using the changeset viewer.