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


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    raf2254ec r2989c7e  
    4141        app/corecfg \
    4242        app/devctl \
    43         app/dltest \
    4443        app/dnscfg \
    4544        app/dnsres \
    4645        app/download \
    4746        app/edit \
    48         app/fdisk \
    4947        app/fontviewer \
    5048        app/getterm \
     49        app/hdisk \
    5150        app/init \
    5251        app/inet \
     
    6160        app/mkmfs \
    6261        app/modplay \
    63         app/netecho \
    6462        app/nterm \
    6563        app/redir \
     
    8280        app/ping \
    8381        app/sysinfo \
    84         app/sysinst \
    8582        app/mkbd \
    8683        app/date \
     
    9289        app/wavplay \
    9390        app/websrv \
    94         app/wifi_supplicant \
    9591        srv/audio/hound \
    9692        srv/clipboard \
     
    115111        srv/bd/file_bd \
    116112        srv/bd/rd \
    117         srv/bd/vbd \
     113        srv/bd/part/guid_part \
     114        srv/bd/part/mbr_part \
    118115        srv/fs/exfat \
    119116        srv/fs/udf \
     
    124121        srv/fs/locfs \
    125122        srv/fs/ext4fs \
    126         srv/volsrv \
    127123        srv/hid/compositor \
    128124        srv/hid/console \
     
    140136        drv/block/ahci \
    141137        drv/block/ata_bd \
    142         drv/block/ddisk \
    143138        drv/char/i8042 \
    144139        drv/char/pl050 \
    145140        drv/char/ps2mouse \
    146         drv/char/atkbd \
    147141        drv/char/xtkbd \
    148142        drv/test/test1 \
     
    164158        drv/nic/rtl8139 \
    165159        drv/nic/rtl8169 \
    166         drv/nic/ar9271 \
    167160        drv/platform/icp
    168161
     
    182175
    183176ifeq ($(UARCH), $(filter $(UARCH),mips32 mips32eb))
    184 ifeq ($(MACHINE),msim)
    185         DIRS += \
    186                 drv/platform/msim
    187 else
    188177        DIRS += \
    189178                drv/platform/malta \
    190179                drv/bus/pci/pciintel \
    191180                drv/bus/isa
    192 endif
    193181endif
    194182
     
    219207        lib/fs \
    220208        lib/block \
    221         lib/crypto \
    222209        lib/clui \
    223         lib/dltest \
    224         lib/fdisk \
    225210        lib/fmtutil \
    226211        lib/scsi \
     
    235220        lib/softrend \
    236221        lib/draw \
    237         lib/label \
    238222        lib/math \
    239223        lib/nettl \
     
    242226        lib/trackmod \
    243227        lib/uri \
     228        lib/urcu \
    244229        lib/usb \
    245230        lib/usbhost \
     
    251236        lib/bithenge \
    252237        lib/posix \
    253         lib/ieee80211
     238        lib/mbr \
     239        lib/gpt
    254240
    255241LIBC_BUILD = $(addsuffix .build,$(LIBC))
     
    265251all: $(BUILDS) $(BUILDS_TESTS)
    266252
    267 $(BUILDS_TESTS): $(LIBC_BUILD) $(LIBS_BUILD) $(LIBN_BUILD)
     253$(BUILDS_TESTS): $(BUILDS)
    268254        $(MAKE) -C $(basename $@) all-test PRECHECK=$(PRECHECK)
    269255
Note: See TracChangeset for help on using the changeset viewer.