Changes in uspace/Makefile [2989c7e:bfcde8d] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    r2989c7e rbfcde8d  
    4545        app/download \
    4646        app/edit \
     47        app/fdisk \
    4748        app/fontviewer \
    4849        app/getterm \
    49         app/hdisk \
    5050        app/init \
    5151        app/inet \
     
    8989        app/wavplay \
    9090        app/websrv \
     91        app/wifi_supplicant \
    9192        srv/audio/hound \
    9293        srv/clipboard \
     
    111112        srv/bd/file_bd \
    112113        srv/bd/rd \
    113         srv/bd/part/guid_part \
    114         srv/bd/part/mbr_part \
     114        srv/bd/vbd \
    115115        srv/fs/exfat \
    116116        srv/fs/udf \
     
    121121        srv/fs/locfs \
    122122        srv/fs/ext4fs \
     123        srv/volsrv \
    123124        srv/hid/compositor \
    124125        srv/hid/console \
     
    136137        drv/block/ahci \
    137138        drv/block/ata_bd \
     139        drv/block/ddisk \
    138140        drv/char/i8042 \
    139141        drv/char/pl050 \
     
    158160        drv/nic/rtl8139 \
    159161        drv/nic/rtl8169 \
     162        drv/nic/ar9271 \
    160163        drv/platform/icp
    161164
     
    175178
    176179ifeq ($(UARCH), $(filter $(UARCH),mips32 mips32eb))
     180ifeq ($(MACHINE),msim)
     181        DIRS += \
     182                drv/platform/msim
     183else
    177184        DIRS += \
    178185                drv/platform/malta \
    179186                drv/bus/pci/pciintel \
    180187                drv/bus/isa
     188endif
    181189endif
    182190
     
    207215        lib/fs \
    208216        lib/block \
     217        lib/crypto \
    209218        lib/clui \
     219        lib/fdisk \
    210220        lib/fmtutil \
    211221        lib/scsi \
     
    220230        lib/softrend \
    221231        lib/draw \
     232        lib/label \
    222233        lib/math \
    223234        lib/nettl \
     
    236247        lib/bithenge \
    237248        lib/posix \
    238         lib/mbr \
    239         lib/gpt
     249        lib/ieee80211
    240250
    241251LIBC_BUILD = $(addsuffix .build,$(LIBC))
Note: See TracChangeset for help on using the changeset viewer.