Changeset 3f03199 in mainline for uspace/Makefile


Ignore:
Timestamp:
2013-09-15T06:33:53Z (11 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9348862
Parents:
dd7078c (diff), 1c0cef0 (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.

Major conflicts in USB HC drivers.
Compiles and UHCI works (qemu).
OHCI has device remove problems.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    rdd7078c r3f03199  
    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 \
     
    4951        app/klog \
    5052        app/loc \
     53        app/logset \
    5154        app/mixerctl \
    52         app/logset \
    5355        app/mkfat \
    5456        app/mkexfat \
     
    6971        app/vuhid \
    7072        app/netecho \
     73        app/netspeed \
    7174        app/nettest1 \
    7275        app/nettest2 \
     
    7679        app/sysinfo \
    7780        app/mkbd \
    78         app/wavplay \
    7981        app/date \
    80         app/websrv \
    81         srv/audio/hound \
    8282        app/vdemo \
    8383        app/vlaunch \
    8484        app/vterm \
     85        app/df \
     86        app/wavplay \
     87        app/websrv \
     88        srv/audio/hound \
    8589        srv/clipboard \
    8690        srv/locsrv \
     
    8892        srv/devman \
    8993        srv/loader \
     94        srv/net/dhcp \
    9095        srv/net/dnsrsrv \
    9196        srv/net/ethip \
     
    119124        srv/hid/remcons \
    120125        srv/hw/char/s3c24xx_uart \
     126        srv/hid/rfb \
    121127        drv/audio/sb16 \
    122128        drv/infrastructure/root \
     
    187193endif
    188194
     195ifeq ($(UARCH), $(filter $(UARCH),mips32 mips32eb))
     196        DIRS += \
     197                drv/infrastructure/rootmalta \
     198                drv/bus/pci/pciintel \
     199                drv/bus/isa
     200endif
     201
    189202ifeq ($(UARCH),ppc32)
    190203        DIRS += \
     
    218231        lib/softfloat \
    219232        lib/drv \
    220         lib/hound \
    221233        lib/graph \
    222234        lib/gui \
     235        lib/hound \
     236        lib/http \
    223237        lib/softrend \
    224238        lib/draw \
     
    226240        lib/nic \
    227241        lib/ext4 \
     242        lib/uri \
    228243        lib/usb \
    229244        lib/usbhost \
Note: See TracChangeset for help on using the changeset viewer.