Changeset db71e2a in mainline for uspace/Makefile


Ignore:
Timestamp:
2013-07-24T17:42:25Z (11 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
69b264a9
Parents:
52f1882 (diff), cffa14e6 (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.

usb hc macro changes from mainline were reverted, too many conflicts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    r52f1882 rdb71e2a  
    3939        app/bnchmark \
    4040        app/devctl \
     41        app/dnscfg \
     42        app/dnsres \
    4143        app/edit \
    4244        app/getterm \
     
    7072        app/nettest3 \
    7173        app/ping \
     74        app/ping6 \
    7275        app/sysinfo \
    7376        app/mkbd \
     
    8285        srv/devman \
    8386        srv/loader \
     87        srv/net/dnsrsrv \
    8488        srv/net/ethip \
    8589        srv/net/inetsrv \
    8690        srv/net/loopip \
     91        srv/net/slip \
    8792        srv/net/tcp \
    8893        srv/net/udp \
     
    9095        srv/taskmon \
    9196        srv/vfs \
    92         srv/bd/ata_bd \
    9397        srv/bd/sata_bd \
    9498        srv/bd/file_bd \
    95         srv/bd/gxe_bd \
    9699        srv/bd/rd \
    97100        srv/bd/part/guid_part \
     
    116119        drv/infrastructure/rootvirt \
    117120        drv/block/ahci \
     121        drv/block/ata_bd \
    118122        drv/char/i8042 \
    119123        drv/char/ps2mouse \
     
    134138        drv/nic/ne2k \
    135139        drv/nic/e1k \
    136         drv/nic/rtl8139 \
     140        drv/nic/rtl8139
    137141
    138142ifeq ($(CONFIG_PCC),y)
     
    193197ifeq ($(UARCH),arm32)
    194198        DIRS += \
    195                 drv/infrastructure/rootamdm37x
     199                drv/infrastructure/rootamdm37x \
     200                drv/fb/amdm37x_dispc
    196201endif
    197202
Note: See TracChangeset for help on using the changeset viewer.