Changes in uspace/Makefile [8a64320e:a047aaa] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    r8a64320e ra047aaa  
    6262        app/nterm \
    6363        app/redir \
    64         app/rcutest \
    65         app/rcubench \
    6664        app/sbi \
    6765        app/sportdmp \
     
    9492        app/wavplay \
    9593        app/websrv \
    96         app/wifi_supplicant \
    9794        srv/audio/hound \
    9895        srv/clipboard \
     
    142139        drv/block/ahci \
    143140        drv/block/ata_bd \
    144         drv/block/ddisk \
    145141        drv/char/i8042 \
    146142        drv/char/pl050 \
     
    165161        drv/nic/rtl8139 \
    166162        drv/nic/rtl8169 \
    167         drv/nic/ar9271 \
    168163        drv/platform/icp
    169164
     
    183178
    184179ifeq ($(UARCH), $(filter $(UARCH),mips32 mips32eb))
    185 ifeq ($(MACHINE),msim)
    186         DIRS += \
    187                 drv/platform/msim
    188 else
    189180        DIRS += \
    190181                drv/platform/malta \
    191182                drv/bus/pci/pciintel \
    192183                drv/bus/isa
    193 endif
    194184endif
    195185
     
    220210        lib/fs \
    221211        lib/block \
    222         lib/crypto \
    223212        lib/clui \
    224213        lib/fmtutil \
     
    240229        lib/trackmod \
    241230        lib/uri \
    242         lib/urcu \
    243231        lib/usb \
    244232        lib/usbhost \
     
    251239        lib/posix \
    252240        lib/mbr \
    253         lib/gpt \
    254         lib/ieee80211
     241        lib/gpt
    255242
    256243LIBC_BUILD = $(addsuffix .build,$(LIBC))
Note: See TracChangeset for help on using the changeset viewer.