Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/hw/netif/dp8390/Makefile

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