Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/net/cfg/Makefile

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