Ignore:
File:
1 edited

Legend:

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

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