Changeset 8f8a0cd6 in mainline for uspace/Makefile


Ignore:
Timestamp:
2011-01-07T09:13:55Z (13 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0f191a2, 692c0d3e
Parents:
71ed4849 (diff), ae1f70e (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 development/ changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    r71ed4849 r8f8a0cd6  
    3838        app/getterm \
    3939        app/init \
     40        app/kill \
     41        app/killall \
    4042        app/klog \
    4143        app/mkfat \
     
    5557        app/nettest2 \
    5658        app/ping \
     59        app/websrv \
    5760        app/sysinfo \
    5861        srv/clip \
     
    8083        srv/hw/char/s3c24xx_uart \
    8184        srv/hw/netif/dp8390 \
    82         srv/net/cfg \
    8385        srv/net/netif/lo \
    8486        srv/net/il/arp \
     
    9698#
    9799
    98 ifeq ($(CONFIG_NETIF_NIL_BUNDLE),y)
    99         LIBN = \
    100                 srv/net/nil/eth \
    101                 srv/net/nil/nildummy
    102 else
    103         DIRS += \
    104                 srv/net/nil/eth \
    105                 srv/net/nil/nildummy
    106 endif
     100DIRS += \
     101        srv/net/nil/eth \
     102        srv/net/nil/nildummy
    107103
    108104## Platform-specific hardware support
Note: See TracChangeset for help on using the changeset viewer.