Changeset 3a0a4d8 in mainline for uspace/Makefile


Ignore:
Timestamp:
2013-09-12T07:54:05Z (12 years ago)
Author:
Maurizio Lombardi <m.lombardi85@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
95027b5
Parents:
47f5a77 (diff), 64f3d3b (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

    r47f5a77 r3a0a4d8  
    3838        app/blkdump \
    3939        app/bnchmark \
     40        app/corecfg \
    4041        app/devctl \
    4142        app/dnscfg \
     
    5051        app/loc \
    5152        app/logset \
     53        app/mixerctl \
    5254        app/mkfat \
    5355        app/mkexfat \
     
    7678        app/mkbd \
    7779        app/date \
    78         app/websrv \
    7980        app/vdemo \
    8081        app/vlaunch \
    8182        app/vterm \
     83        app/df \
     84        app/wavplay \
     85        app/websrv \
     86        srv/audio/hound \
    8287        srv/clipboard \
    8388        srv/locsrv \
     
    116121        srv/hid/remcons \
    117122        srv/hw/char/s3c24xx_uart \
     123        drv/audio/sb16 \
    118124        drv/infrastructure/root \
    119125        drv/infrastructure/rootvirt \
     
    184190endif
    185191
     192ifeq ($(UARCH), $(filter $(UARCH),mips32 mips32eb))
     193        DIRS += \
     194                drv/infrastructure/rootmalta \
     195                drv/bus/pci/pciintel \
     196                drv/bus/isa
     197endif
     198
    186199ifeq ($(UARCH),ppc32)
    187200        DIRS += \
     
    217230        lib/graph \
    218231        lib/gui \
     232        lib/hound \
    219233        lib/softrend \
    220234        lib/draw \
     
    227241        lib/usbhid \
    228242        lib/usbvirt \
     243        lib/pcm \
    229244        lib/bithenge \
    230245        lib/posix
Note: See TracChangeset for help on using the changeset viewer.