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


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    rbfcde8d r2989c7e  
    4545        app/download \
    4646        app/edit \
    47         app/fdisk \
    4847        app/fontviewer \
    4948        app/getterm \
     49        app/hdisk \
    5050        app/init \
    5151        app/inet \
     
    8989        app/wavplay \
    9090        app/websrv \
    91         app/wifi_supplicant \
    9291        srv/audio/hound \
    9392        srv/clipboard \
     
    112111        srv/bd/file_bd \
    113112        srv/bd/rd \
    114         srv/bd/vbd \
     113        srv/bd/part/guid_part \
     114        srv/bd/part/mbr_part \
    115115        srv/fs/exfat \
    116116        srv/fs/udf \
     
    121121        srv/fs/locfs \
    122122        srv/fs/ext4fs \
    123         srv/volsrv \
    124123        srv/hid/compositor \
    125124        srv/hid/console \
     
    137136        drv/block/ahci \
    138137        drv/block/ata_bd \
    139         drv/block/ddisk \
    140138        drv/char/i8042 \
    141139        drv/char/pl050 \
     
    160158        drv/nic/rtl8139 \
    161159        drv/nic/rtl8169 \
    162         drv/nic/ar9271 \
    163160        drv/platform/icp
    164161
     
    178175
    179176ifeq ($(UARCH), $(filter $(UARCH),mips32 mips32eb))
    180 ifeq ($(MACHINE),msim)
    181         DIRS += \
    182                 drv/platform/msim
    183 else
    184177        DIRS += \
    185178                drv/platform/malta \
    186179                drv/bus/pci/pciintel \
    187180                drv/bus/isa
    188 endif
    189181endif
    190182
     
    215207        lib/fs \
    216208        lib/block \
    217         lib/crypto \
    218209        lib/clui \
    219         lib/fdisk \
    220210        lib/fmtutil \
    221211        lib/scsi \
     
    230220        lib/softrend \
    231221        lib/draw \
    232         lib/label \
    233222        lib/math \
    234223        lib/nettl \
     
    247236        lib/bithenge \
    248237        lib/posix \
    249         lib/ieee80211
     238        lib/mbr \
     239        lib/gpt
    250240
    251241LIBC_BUILD = $(addsuffix .build,$(LIBC))
Note: See TracChangeset for help on using the changeset viewer.