Changeset 1564c4b in mainline for uspace/Makefile
- Timestamp:
- 2011-06-08T19:39:52Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2af29ed
- Parents:
- e686889c (diff), 0eff68e (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
re686889c r1564c4b 35 35 DIRS = \ 36 36 app/bdsh \ 37 app/blkdump \ 38 app/bnchmark \ 37 39 app/cc \ 38 40 app/cpp \ 39 41 app/edit \ 42 app/ext2info \ 40 43 app/getterm \ 41 44 app/init \ … … 43 46 app/killall \ 44 47 app/klog \ 48 app/lsusb \ 45 49 app/mkfat \ 46 50 app/redir \ … … 49 53 app/taskdump \ 50 54 app/tester \ 55 app/testread \ 51 56 app/tetris \ 52 57 app/trace \ 53 58 app/top \ 59 app/usbinfo \ 60 app/vuhid \ 54 61 app/netecho \ 55 62 app/nettest1 \ … … 58 65 app/websrv \ 59 66 app/sysinfo \ 67 app/mkbd \ 60 68 srv/clip \ 61 69 srv/devmap \ … … 74 82 srv/fs/tmpfs \ 75 83 srv/fs/devfs \ 84 srv/fs/ext2fs \ 76 85 srv/hid/adb_mouse \ 77 86 srv/hid/char_mouse \ … … 92 101 drv/rootvirt \ 93 102 drv/test1 \ 94 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 95 116 96 117 ## Networking … … 151 172 lib/drv \ 152 173 lib/packet \ 153 lib/net 174 lib/net \ 175 lib/ext2 \ 176 lib/usb \ 177 lib/usbhost \ 178 lib/usbdev \ 179 lib/usbhid \ 180 lib/usbvirt 154 181 155 182 LIBC_BUILD = $(addsuffix .build,$(LIBC))
Note:
See TracChangeset
for help on using the changeset viewer.