Changes in uspace/Makefile [1dcc0b9:f2e78b0] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    r1dcc0b9 rf2e78b0  
    9494        app/wavplay \
    9595        app/websrv \
    96         app/wifi_supplicant \
    9796        srv/audio/hound \
    9897        srv/clipboard \
     
    142141        drv/block/ahci \
    143142        drv/block/ata_bd \
     143        drv/block/ddisk \
    144144        drv/char/i8042 \
    145145        drv/char/pl050 \
     
    164164        drv/nic/rtl8139 \
    165165        drv/nic/rtl8169 \
    166         drv/nic/ar9271 \
    167166        drv/platform/icp
    168167
     
    182181
    183182ifeq ($(UARCH), $(filter $(UARCH),mips32 mips32eb))
     183ifeq ($(MACHINE),msim)
     184        DIRS += \
     185                drv/platform/msim
     186else
    184187        DIRS += \
    185188                drv/platform/malta \
    186189                drv/bus/pci/pciintel \
    187190                drv/bus/isa
     191endif
    188192endif
    189193
     
    214218        lib/fs \
    215219        lib/block \
    216         lib/crypto \
    217220        lib/clui \
    218221        lib/fmtutil \
     
    245248        lib/posix \
    246249        lib/mbr \
    247         lib/gpt \
    248         lib/ieee80211 \
     250        lib/gpt
    249251
    250252LIBC_BUILD = $(addsuffix .build,$(LIBC))
Note: See TracChangeset for help on using the changeset viewer.