Changeset 0773396 in mainline for uspace/Makefile


Ignore:
Timestamp:
2013-12-25T13:05:25Z (10 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
bc54126c
Parents:
f4a47e52 (diff), 6946f23 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

merge mainline changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    rf4a47e52 r0773396  
    3838        app/blkdump \
    3939        app/bnchmark \
     40        app/corecfg \
    4041        app/devctl \
    4142        app/dnscfg \
    4243        app/dnsres \
     44        app/download \
    4345        app/edit \
    4446        app/getterm \
     
    6769        app/trace \
    6870        app/top \
     71        app/untar \
    6972        app/usbinfo \
    7073        app/vuhid \
    7174        app/netecho \
     75        app/netspeed \
    7276        app/nettest1 \
    7377        app/nettest2 \
    7478        app/nettest3 \
    7579        app/ping \
    76         app/ping6 \
    7780        app/sysinfo \
    7881        app/mkbd \
    7982        app/date \
    8083        app/vdemo \
     84        app/viewer \
    8185        app/vlaunch \
    8286        app/vterm \
     87        app/df \
    8388        app/wavplay \
    8489        app/websrv \
     
    8994        srv/devman \
    9095        srv/loader \
     96        srv/net/dhcp \
    9197        srv/net/dnsrsrv \
    9298        srv/net/ethip \
    9399        srv/net/inetsrv \
    94100        srv/net/loopip \
     101        srv/net/nconfsrv \
    95102        srv/net/slip \
    96103        srv/net/tcp \
     
    120127        srv/hid/remcons \
    121128        srv/hw/char/s3c24xx_uart \
     129        srv/hid/rfb \
    122130        drv/audio/sb16 \
    123131        drv/infrastructure/root \
     
    189197endif
    190198
     199ifeq ($(UARCH), $(filter $(UARCH),mips32 mips32eb))
     200        DIRS += \
     201                drv/infrastructure/rootmalta \
     202                drv/bus/pci/pciintel \
     203                drv/bus/isa
     204endif
     205
    191206ifeq ($(UARCH),ppc32)
    192207        DIRS += \
     
    223238        lib/gui \
    224239        lib/hound \
     240        lib/http \
    225241        lib/softrend \
    226242        lib/draw \
     243        lib/math \
    227244        lib/net \
    228245        lib/nic \
    229246        lib/ext4 \
     247        lib/uri \
    230248        lib/usb \
    231249        lib/usbhost \
Note: See TracChangeset for help on using the changeset viewer.