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


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    r1356f85a r2989c7e  
    4545        app/download \
    4646        app/edit \
    47         app/fdisk \
    4847        app/fontviewer \
    4948        app/getterm \
     
    9089        app/wavplay \
    9190        app/websrv \
    92         app/wifi_supplicant \
    9391        srv/audio/hound \
    9492        srv/clipboard \
     
    115113        srv/bd/part/guid_part \
    116114        srv/bd/part/mbr_part \
    117         srv/bd/vbd \
    118115        srv/fs/exfat \
    119116        srv/fs/udf \
     
    139136        drv/block/ahci \
    140137        drv/block/ata_bd \
    141         drv/block/ddisk \
    142138        drv/char/i8042 \
    143139        drv/char/pl050 \
     
    162158        drv/nic/rtl8139 \
    163159        drv/nic/rtl8169 \
    164         drv/nic/ar9271 \
    165160        drv/platform/icp
    166161
     
    180175
    181176ifeq ($(UARCH), $(filter $(UARCH),mips32 mips32eb))
    182 ifeq ($(MACHINE),msim)
    183         DIRS += \
    184                 drv/platform/msim
    185 else
    186177        DIRS += \
    187178                drv/platform/malta \
    188179                drv/bus/pci/pciintel \
    189180                drv/bus/isa
    190 endif
    191181endif
    192182
     
    217207        lib/fs \
    218208        lib/block \
    219         lib/crypto \
    220209        lib/clui \
    221         lib/fdisk \
    222210        lib/fmtutil \
    223211        lib/scsi \
     
    232220        lib/softrend \
    233221        lib/draw \
    234         lib/label \
    235222        lib/math \
    236223        lib/nettl \
     
    250237        lib/posix \
    251238        lib/mbr \
    252         lib/gpt \
    253         lib/ieee80211
     239        lib/gpt
    254240
    255241LIBC_BUILD = $(addsuffix .build,$(LIBC))
Note: See TracChangeset for help on using the changeset viewer.