Changeset 0c2d9bb in mainline for uspace/Makefile


Ignore:
Timestamp:
2013-12-25T22:54:29Z (10 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b51cf2c
Parents:
f7a33de (diff), ac36aed (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

    rf7a33de r0c2d9bb  
    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 \
     47        app/hdisk \
    4548        app/init \
    4649        app/inet \
     
    6669        app/trace \
    6770        app/top \
     71        app/untar \
    6872        app/usbinfo \
    6973        app/vuhid \
    7074        app/netecho \
     75        app/netspeed \
    7176        app/nettest1 \
    7277        app/nettest2 \
    7378        app/nettest3 \
    7479        app/ping \
    75         app/ping6 \
    7680        app/sysinfo \
    7781        app/mkbd \
    7882        app/date \
    7983        app/vdemo \
     84        app/viewer \
    8085        app/vlaunch \
    8186        app/vterm \
     87        app/df \
    8288        app/wavplay \
    8389        app/websrv \
     
    8894        srv/devman \
    8995        srv/loader \
     96        srv/net/dhcp \
    9097        srv/net/dnsrsrv \
    9198        srv/net/ethip \
    9299        srv/net/inetsrv \
    93100        srv/net/loopip \
     101        srv/net/nconfsrv \
    94102        srv/net/slip \
    95103        srv/net/tcp \
     
    119127        srv/hid/remcons \
    120128        srv/hw/char/s3c24xx_uart \
     129        srv/hid/rfb \
    121130        drv/audio/sb16 \
    122131        drv/infrastructure/root \
     
    188197endif
    189198
     199ifeq ($(UARCH), $(filter $(UARCH),mips32 mips32eb))
     200        DIRS += \
     201                drv/infrastructure/rootmalta \
     202                drv/bus/pci/pciintel \
     203                drv/bus/isa
     204endif
     205
    190206ifeq ($(UARCH),ppc32)
    191207        DIRS += \
     
    222238        lib/gui \
    223239        lib/hound \
     240        lib/http \
    224241        lib/softrend \
    225242        lib/draw \
     243        lib/math \
    226244        lib/net \
    227245        lib/nic \
    228246        lib/ext4 \
     247        lib/uri \
    229248        lib/usb \
    230249        lib/usbhost \
     
    234253        lib/pcm \
    235254        lib/bithenge \
    236         lib/posix
     255        lib/posix \
     256        lib/mbr \
     257        lib/gpt
    237258
    238259LIBC_BUILD = $(addsuffix .build,$(LIBC))
Note: See TracChangeset for help on using the changeset viewer.