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


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

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