Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/net/nil/eth/Makefile

    rfe8dfa6 rf63a591d  
    3939-include $(CONFIG_MAKEFILE)
    4040
    41 BINARY = eth
     41ifeq ($(CONFIG_NETIF_NIL_BUNDLE),y)
     42        LIBRARY = libeth
     43else
     44        BINARY = eth
     45endif
    4246
    4347SOURCES = \
    44         eth.c
     48        eth.c \
     49        eth_module.c
    4550
    4651include $(USPACE_PREFIX)/Makefile.common
Note: See TracChangeset for help on using the changeset viewer.