Changes in uspace/Makefile [a6bdccc:92c1680] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    ra6bdccc r92c1680  
    3838        app/blkdump \
    3939        app/bnchmark \
     40        app/corecfg \
    4041        app/devctl \
    4142        app/dnscfg \
     
    188189endif
    189190
     191ifeq ($(UARCH), $(filter $(UARCH),mips32 mips32eb))
     192        DIRS += \
     193                drv/infrastructure/rootmalta \
     194                drv/bus/pci/pciintel \
     195                drv/bus/isa
     196endif
     197
    190198ifeq ($(UARCH),ppc32)
    191199        DIRS += \
Note: See TracChangeset for help on using the changeset viewer.