Changes in uspace/Makefile [2989c7e:1356f85a] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    r2989c7e r1356f85a  
    4545        app/download \
    4646        app/edit \
     47        app/fdisk \
    4748        app/fontviewer \
    4849        app/getterm \
     
    8990        app/wavplay \
    9091        app/websrv \
     92        app/wifi_supplicant \
    9193        srv/audio/hound \
    9294        srv/clipboard \
     
    113115        srv/bd/part/guid_part \
    114116        srv/bd/part/mbr_part \
     117        srv/bd/vbd \
    115118        srv/fs/exfat \
    116119        srv/fs/udf \
     
    136139        drv/block/ahci \
    137140        drv/block/ata_bd \
     141        drv/block/ddisk \
    138142        drv/char/i8042 \
    139143        drv/char/pl050 \
     
    158162        drv/nic/rtl8139 \
    159163        drv/nic/rtl8169 \
     164        drv/nic/ar9271 \
    160165        drv/platform/icp
    161166
     
    175180
    176181ifeq ($(UARCH), $(filter $(UARCH),mips32 mips32eb))
     182ifeq ($(MACHINE),msim)
     183        DIRS += \
     184                drv/platform/msim
     185else
    177186        DIRS += \
    178187                drv/platform/malta \
    179188                drv/bus/pci/pciintel \
    180189                drv/bus/isa
     190endif
    181191endif
    182192
     
    207217        lib/fs \
    208218        lib/block \
     219        lib/crypto \
    209220        lib/clui \
     221        lib/fdisk \
    210222        lib/fmtutil \
    211223        lib/scsi \
     
    220232        lib/softrend \
    221233        lib/draw \
     234        lib/label \
    222235        lib/math \
    223236        lib/nettl \
     
    237250        lib/posix \
    238251        lib/mbr \
    239         lib/gpt
     252        lib/gpt \
     253        lib/ieee80211
    240254
    241255LIBC_BUILD = $(addsuffix .build,$(LIBC))
Note: See TracChangeset for help on using the changeset viewer.