Changeset e2a6b72 in mainline for uspace/Makefile
- Timestamp:
- 2012-10-15T16:28:58Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b3ab8f7
- Parents:
- 7eb49f4 (diff), c4c2406 (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
r7eb49f4 re2a6b72 35 35 DIRS = \ 36 36 app/bdsh \ 37 app/bithenge \ 37 38 app/blkdump \ 38 39 app/bnchmark \ … … 47 48 app/klog \ 48 49 app/loc \ 50 app/logset \ 49 51 app/mkfat \ 50 52 app/mkexfat \ … … 71 73 app/sysinfo \ 72 74 app/mkbd \ 75 app/date \ 73 76 app/websrv \ 74 77 app/vdemo \ … … 77 80 srv/clipboard \ 78 81 srv/locsrv \ 82 srv/logger \ 79 83 srv/devman \ 80 84 srv/loader \ … … 133 137 drv/nic/ne2k \ 134 138 drv/nic/e1k \ 135 drv/nic/rtl8139 139 drv/nic/rtl8139 \ 136 140 137 141 ifeq ($(CONFIG_PCC),y) … … 162 166 drv/bus/isa \ 163 167 drv/char/ns8250 \ 168 drv/time/cmos-rtc \ 164 169 srv/hw/irc/apic \ 165 170 srv/hw/irc/i8259 … … 172 177 drv/bus/isa \ 173 178 drv/char/ns8250 \ 179 drv/time/cmos-rtc \ 174 180 srv/hw/irc/apic \ 175 181 srv/hw/irc/i8259 … … 219 225 lib/usbhid \ 220 226 lib/usbvirt \ 227 lib/bithenge \ 221 228 lib/posix 222 229
Note:
See TracChangeset
for help on using the changeset viewer.