Changeset 41811af in mainline for uspace/Makefile
- Timestamp:
- 2011-06-10T10:14:26Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- ab547063
- Parents:
- 9536e6e (diff), 390d80d (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile
r9536e6e r41811af 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 48 app/redir \ … … 47 51 app/taskdump \ 48 52 app/tester \ 53 app/testread \ 49 54 app/tetris \ 50 55 app/trace \ 51 56 app/top \ 57 app/usbinfo \ 58 app/vuhid \ 52 59 app/netecho \ 53 60 app/nettest1 \ … … 56 63 app/websrv \ 57 64 app/sysinfo \ 65 app/mkbd \ 58 66 srv/clip \ 59 67 srv/devmap \ … … 72 80 srv/fs/tmpfs \ 73 81 srv/fs/devfs \ 82 srv/fs/ext2fs \ 74 83 srv/hid/adb_mouse \ 75 84 srv/hid/char_mouse \ … … 90 99 drv/rootvirt \ 91 100 drv/test1 \ 92 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 93 114 94 115 ## Networking … … 149 170 lib/packet \ 150 171 lib/net \ 172 lib/ext2 \ 173 lib/usb \ 174 lib/usbhost \ 175 lib/usbdev \ 176 lib/usbhid \ 177 lib/usbvirt \ 151 178 lib/posix 152 179
Note:
See TracChangeset
for help on using the changeset viewer.