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


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    rbdfdc51c 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 \
     
    6060        app/mkmfs \
    6161        app/modplay \
    62         app/netecho \
    6362        app/nterm \
    6463        app/redir \
     
    8180        app/ping \
    8281        app/sysinfo \
    83         app/sysinst \
    8482        app/mkbd \
    8583        app/date \
    86         app/vcalc \
    8784        app/vdemo \
    8885        app/viewer \
     
    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 \
     
    153147        drv/bus/usb/ohci \
    154148        drv/bus/usb/uhci \
     149        drv/bus/usb/uhcirh \
    155150        drv/bus/usb/usbflbk \
    156151        drv/bus/usb/usbhid \
     
    163158        drv/nic/rtl8139 \
    164159        drv/nic/rtl8169 \
    165         drv/nic/ar9271 \
    166160        drv/platform/icp
    167161
     
    181175
    182176ifeq ($(UARCH), $(filter $(UARCH),mips32 mips32eb))
    183 ifeq ($(MACHINE),msim)
    184         DIRS += \
    185                 drv/platform/msim
    186 else
    187177        DIRS += \
    188178                drv/platform/malta \
     
    190180                drv/bus/isa
    191181endif
    192 endif
    193182
    194183ifeq ($(UARCH),ppc32)
     
    209198                drv/fb/amdm37x_dispc \
    210199                srv/hw/irc/icp-ic
    211 endif
    212 
    213 ## Dynamic linking tests
    214 #
    215 ifeq ($(CONFIG_BUILD_SHARED_LIBS),y)
    216         DIRS += \
    217                 app/dltest \
    218                 app/dltests
    219200endif
    220201
     
    226207        lib/fs \
    227208        lib/block \
    228         lib/crypto \
    229209        lib/clui \
    230         lib/dltest \
    231         lib/fdisk \
    232210        lib/fmtutil \
    233211        lib/scsi \
     
    242220        lib/softrend \
    243221        lib/draw \
    244         lib/label \
    245222        lib/math \
    246223        lib/nettl \
     
    249226        lib/trackmod \
    250227        lib/uri \
     228        lib/urcu \
    251229        lib/usb \
    252230        lib/usbhost \
     
    258236        lib/bithenge \
    259237        lib/posix \
    260         lib/ieee80211
     238        lib/mbr \
     239        lib/gpt
    261240
    262241LIBC_BUILD = $(addsuffix .build,$(LIBC))
     
    272251all: $(BUILDS) $(BUILDS_TESTS)
    273252
    274 $(BUILDS_TESTS): $(LIBC_BUILD) $(LIBS_BUILD) $(LIBN_BUILD)
     253$(BUILDS_TESTS): $(BUILDS)
    275254        $(MAKE) -C $(basename $@) all-test PRECHECK=$(PRECHECK)
    276255
Note: See TracChangeset for help on using the changeset viewer.