Changeset e3bc355 in mainline for uspace/Makefile


Ignore:
Timestamp:
2013-07-28T23:07:18Z (11 years ago)
Author:
Dominik Taborsky (AT DOT) <brembyseznamcz>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2b55edb
Parents:
283ea3d (diff), ccdc63e (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:

mainline merge

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    r283ea3d re3bc355  
    3939        app/bnchmark \
    4040        app/devctl \
     41        app/dnscfg \
     42        app/dnsres \
    4143        app/edit \
    4244        app/getterm \
     
    7173        app/nettest3 \
    7274        app/ping \
     75        app/ping6 \
    7376        app/sysinfo \
    7477        app/mkbd \
     
    8386        srv/devman \
    8487        srv/loader \
     88        srv/net/dnsrsrv \
    8589        srv/net/ethip \
    8690        srv/net/inetsrv \
    8791        srv/net/loopip \
     92        srv/net/slip \
    8893        srv/net/tcp \
    8994        srv/net/udp \
     
    9196        srv/taskmon \
    9297        srv/vfs \
    93         srv/bd/ata_bd \
    9498        srv/bd/sata_bd \
    9599        srv/bd/file_bd \
    96         srv/bd/gxe_bd \
    97100        srv/bd/rd \
    98101        srv/bd/part/guid_part \
     
    117120        drv/infrastructure/rootvirt \
    118121        drv/block/ahci \
     122        drv/block/ata_bd \
    119123        drv/char/i8042 \
    120124        drv/char/ps2mouse \
     
    136140        drv/nic/ne2k \
    137141        drv/nic/e1k \
    138         drv/nic/rtl8139 \
     142        drv/nic/rtl8139
    139143
    140144ifeq ($(CONFIG_PCC),y)
     
    191195        DIRS += \
    192196                srv/hw/irc/obio
     197endif
     198
     199ifeq ($(UARCH),arm32)
     200        DIRS += \
     201                drv/infrastructure/rootamdm37x \
     202                drv/fb/amdm37x_dispc
    193203endif
    194204
Note: See TracChangeset for help on using the changeset viewer.