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


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    rf2e78b0 r1dcc0b9  
    9494        app/wavplay \
    9595        app/websrv \
     96        app/wifi_supplicant \
    9697        srv/audio/hound \
    9798        srv/clipboard \
     
    141142        drv/block/ahci \
    142143        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 \
    166167        drv/platform/icp
    167168
     
    181182
    182183ifeq ($(UARCH), $(filter $(UARCH),mips32 mips32eb))
    183 ifeq ($(MACHINE),msim)
    184         DIRS += \
    185                 drv/platform/msim
    186 else
    187184        DIRS += \
    188185                drv/platform/malta \
    189186                drv/bus/pci/pciintel \
    190187                drv/bus/isa
    191 endif
    192188endif
    193189
     
    218214        lib/fs \
    219215        lib/block \
     216        lib/crypto \
    220217        lib/clui \
    221218        lib/fmtutil \
     
    248245        lib/posix \
    249246        lib/mbr \
    250         lib/gpt
     247        lib/gpt \
     248        lib/ieee80211 \
    251249
    252250LIBC_BUILD = $(addsuffix .build,$(LIBC))
Note: See TracChangeset for help on using the changeset viewer.