Changes in uspace/Makefile [fada53f:a6bdccc] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile
rfada53f ra6bdccc 38 38 app/blkdump \ 39 39 app/bnchmark \ 40 app/corecfg \41 40 app/devctl \ 42 41 app/dnscfg \ … … 70 69 app/vuhid \ 71 70 app/netecho \ 72 app/netspeed \73 71 app/nettest1 \ 74 72 app/nettest2 \ … … 82 80 app/vlaunch \ 83 81 app/vterm \ 84 app/df \85 82 app/wavplay \ 86 83 app/websrv \ … … 122 119 srv/hid/remcons \ 123 120 srv/hw/char/s3c24xx_uart \ 124 srv/hid/rfb \125 121 drv/audio/sb16 \ 126 122 drv/infrastructure/root \ … … 190 186 srv/hw/irc/apic \ 191 187 srv/hw/irc/i8259 192 endif193 194 ifeq ($(UARCH), $(filter $(UARCH),mips32 mips32eb))195 DIRS += \196 drv/infrastructure/rootmalta \197 drv/bus/pci/pciintel \198 drv/bus/isa199 188 endif 200 189
Note:
See TracChangeset
for help on using the changeset viewer.