Changeset 93fb170c in mainline for uspace/Makefile


Ignore:
Timestamp:
2011-01-08T18:51:31Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
15be932
Parents:
8f748215 (diff), a523af4 (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 from main branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    r8f748215 r93fb170c  
    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 \
     60        app/sysinfo \
    5761        srv/clip \
    5862        srv/devmap \
     
    7983        srv/hw/char/s3c24xx_uart \
    8084        srv/hw/netif/dp8390 \
    81         srv/net/cfg \
    8285        srv/net/netif/lo \
    8386        srv/net/il/arp \
     
    9598#
    9699
    97 ifeq ($(CONFIG_NETIF_NIL_BUNDLE),y)
    98         LIBN = \
    99                 srv/net/nil/eth \
    100                 srv/net/nil/nildummy
    101 else
    102         DIRS += \
    103                 srv/net/nil/eth \
    104                 srv/net/nil/nildummy
    105 endif
     100DIRS += \
     101        srv/net/nil/eth \
     102        srv/net/nil/nildummy
    106103
    107104## Platform-specific hardware support
Note: See TracChangeset for help on using the changeset viewer.