Changeset 99c2c69e in mainline for uspace/Makefile
- Timestamp:
- 2013-09-13T00:36:30Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 67fbd5e
- Parents:
- 7f84430 (diff), 11d41be5 (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
r7f84430 r99c2c69e 38 38 app/blkdump \ 39 39 app/bnchmark \ 40 app/corecfg \ 40 41 app/devctl \ 41 42 app/dnscfg \ … … 69 70 app/vuhid \ 70 71 app/netecho \ 72 app/netspeed \ 71 73 app/nettest1 \ 72 74 app/nettest2 \ … … 80 82 app/vlaunch \ 81 83 app/vterm \ 84 app/df \ 82 85 app/wavplay \ 83 86 app/websrv \ … … 88 91 srv/devman \ 89 92 srv/loader \ 93 srv/net/dhcp \ 90 94 srv/net/dnsrsrv \ 91 95 srv/net/ethip \ … … 119 123 srv/hid/remcons \ 120 124 srv/hw/char/s3c24xx_uart \ 125 srv/hid/rfb \ 121 126 drv/audio/sb16 \ 122 127 drv/infrastructure/root \ … … 186 191 srv/hw/irc/apic \ 187 192 srv/hw/irc/i8259 193 endif 194 195 ifeq ($(UARCH), $(filter $(UARCH),mips32 mips32eb)) 196 DIRS += \ 197 drv/infrastructure/rootmalta \ 198 drv/bus/pci/pciintel \ 199 drv/bus/isa 188 200 endif 189 201
Note:
See TracChangeset
for help on using the changeset viewer.