Changeset 59e9398b in mainline for uspace/srv/net/cfg/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/srv/net/cfg/Makefile

    rcc274f5a r59e9398b  
    3636-include $(CONFIG_MAKEFILE)
    3737
    38 ifeq ($(CONFIG_NETIF_NIL_BUNDLE),y)
    39         LO_SOURCE = lo.netif_nil_bundle
    40         NE2K_SOURCE = ne2k.netif_nil_bundle
    41 else
    42         LO_SOURCE = lo.netif_standalone
    43         NE2K_SOURCE = ne2k.netif_standalone
    44 endif
     38LO_SOURCE = lo.netif_standalone
     39NE2K_SOURCE = ne2k.netif_standalone
    4540
    4641LO_TARGET = lo
Note: See TracChangeset for help on using the changeset viewer.