Changeset dffabf0 in mainline for uspace/Makefile


Ignore:
Timestamp:
2011-01-05T19:08:03Z (14 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f03d3786
Parents:
e84d65a (diff), 196ef08 (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

Conflicts: no problem solving.
Added new apps to ignore list.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified uspace/Makefile

    re84d65a rdffabf0  
    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 \
     
    9699#
    97100
    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
     101DIRS += \
     102        srv/net/nil/eth \
     103        srv/net/nil/nildummy
    107104
    108105## Platform-specific hardware support
Note: See TracChangeset for help on using the changeset viewer.