Changeset 59e9398b in mainline for uspace/Makefile


Ignore:
Timestamp:
2010-12-18T19:07:51Z (13 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b2d06fa
Parents:
cc274f5a
Message:

Remove all traces of CONFIG_NETIF_NIL_BUNDLE configuration option.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    rcc274f5a r59e9398b  
    9393#
    9494
    95 ifeq ($(CONFIG_NETIF_NIL_BUNDLE),y)
    96         LIBN = \
    97                 srv/net/nil/eth \
    98                 srv/net/nil/nildummy
    99 else
    100         DIRS += \
    101                 srv/net/nil/eth \
    102                 srv/net/nil/nildummy
    103 endif
     95DIRS += \
     96        srv/net/nil/eth \
     97        srv/net/nil/nildummy
    10498
    10599## Platform-specific hardware support
Note: See TracChangeset for help on using the changeset viewer.