Changes in uspace/Makefile [a6bdccc:fada53f] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile
ra6bdccc rfada53f 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 \ … … 119 122 srv/hid/remcons \ 120 123 srv/hw/char/s3c24xx_uart \ 124 srv/hid/rfb \ 121 125 drv/audio/sb16 \ 122 126 drv/infrastructure/root \ … … 186 190 srv/hw/irc/apic \ 187 191 srv/hw/irc/i8259 192 endif 193 194 ifeq ($(UARCH), $(filter $(UARCH),mips32 mips32eb)) 195 DIRS += \ 196 drv/infrastructure/rootmalta \ 197 drv/bus/pci/pciintel \ 198 drv/bus/isa 188 199 endif 189 200
Note:
See TracChangeset
for help on using the changeset viewer.