Changes in uspace/Makefile [92c1680:a6bdccc] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile
r92c1680 ra6bdccc 38 38 app/blkdump \ 39 39 app/bnchmark \ 40 app/corecfg \41 40 app/devctl \ 42 41 app/dnscfg \ … … 189 188 endif 190 189 191 ifeq ($(UARCH), $(filter $(UARCH),mips32 mips32eb))192 DIRS += \193 drv/infrastructure/rootmalta \194 drv/bus/pci/pciintel \195 drv/bus/isa196 endif197 198 190 ifeq ($(UARCH),ppc32) 199 191 DIRS += \
Note:
See TracChangeset
for help on using the changeset viewer.