Changes in uspace/Makefile [a047aaa:f2e78b0] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    ra047aaa rf2e78b0  
    6262        app/nterm \
    6363        app/redir \
     64        app/rcutest \
     65        app/rcubench \
    6466        app/sbi \
    6567        app/sportdmp \
     
    139141        drv/block/ahci \
    140142        drv/block/ata_bd \
     143        drv/block/ddisk \
    141144        drv/char/i8042 \
    142145        drv/char/pl050 \
     
    178181
    179182ifeq ($(UARCH), $(filter $(UARCH),mips32 mips32eb))
     183ifeq ($(MACHINE),msim)
     184        DIRS += \
     185                drv/platform/msim
     186else
    180187        DIRS += \
    181188                drv/platform/malta \
    182189                drv/bus/pci/pciintel \
    183190                drv/bus/isa
     191endif
    184192endif
    185193
     
    229237        lib/trackmod \
    230238        lib/uri \
     239        lib/urcu \
    231240        lib/usb \
    232241        lib/usbhost \
Note: See TracChangeset for help on using the changeset viewer.