Changes in uspace/srv/hw/netif/dp8390/Makefile [14f1db0:849ed54] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hw/netif/dp8390/Makefile
r14f1db0 r849ed54 39 39 -include $(CONFIG_MAKEFILE) 40 40 41 ifeq ($(CONFIG_NET IF_NIL_BUNDLE),y)42 LIBS += $(USPACE_PREFIX)/srv/net/nil/eth/libeth.a41 ifeq ($(CONFIG_NETWORKING),modular) 42 BINARY = dp8390 43 43 endif 44 44 45 BINARY = dp8390 45 ifeq ($(CONFIG_NETWORKING),module) 46 LIBRARY = libdp8390 47 endif 46 48 47 49 SOURCES = \
Note:
See TracChangeset
for help on using the changeset viewer.