Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/net/netif/lo/Makefile

    r14f1db0 r849ed54  
    3939-include $(CONFIG_MAKEFILE)
    4040
    41 ifeq ($(CONFIG_NETIF_NIL_BUNDLE),y)
    42         LIBS += $(USPACE_PREFIX)/srv/net/nil/nildummy/libnildummy.a
     41ifeq ($(CONFIG_NETWORKING),modular)
     42        BINARY = lo
    4343endif
    4444
    45 BINARY = lo
     45ifeq ($(CONFIG_NETWORKING),module)
     46        LIBRARY = liblo
     47endif
    4648
    4749SOURCES = \
Note: See TracChangeset for help on using the changeset viewer.