Changes in uspace/Makefile [a047aaa:8a64320e] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    ra047aaa r8a64320e  
    6262        app/nterm \
    6363        app/redir \
     64        app/rcutest \
     65        app/rcubench \
    6466        app/sbi \
    6567        app/sportdmp \
     
    9294        app/wavplay \
    9395        app/websrv \
     96        app/wifi_supplicant \
    9497        srv/audio/hound \
    9598        srv/clipboard \
     
    139142        drv/block/ahci \
    140143        drv/block/ata_bd \
     144        drv/block/ddisk \
    141145        drv/char/i8042 \
    142146        drv/char/pl050 \
     
    161165        drv/nic/rtl8139 \
    162166        drv/nic/rtl8169 \
     167        drv/nic/ar9271 \
    163168        drv/platform/icp
    164169
     
    178183
    179184ifeq ($(UARCH), $(filter $(UARCH),mips32 mips32eb))
     185ifeq ($(MACHINE),msim)
     186        DIRS += \
     187                drv/platform/msim
     188else
    180189        DIRS += \
    181190                drv/platform/malta \
    182191                drv/bus/pci/pciintel \
    183192                drv/bus/isa
     193endif
    184194endif
    185195
     
    210220        lib/fs \
    211221        lib/block \
     222        lib/crypto \
    212223        lib/clui \
    213224        lib/fmtutil \
     
    229240        lib/trackmod \
    230241        lib/uri \
     242        lib/urcu \
    231243        lib/usb \
    232244        lib/usbhost \
     
    239251        lib/posix \
    240252        lib/mbr \
    241         lib/gpt
     253        lib/gpt \
     254        lib/ieee80211
    242255
    243256LIBC_BUILD = $(addsuffix .build,$(LIBC))
Note: See TracChangeset for help on using the changeset viewer.