Changeset 14f1db0 in mainline for uspace/srv/hw/netif/dp8390/Makefile
- Timestamp:
- 2010-04-09T12:54:57Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a1caa3c2
- Parents:
- 24ab58b3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hw/netif/dp8390/Makefile
r24ab58b3 r14f1db0 39 39 -include $(CONFIG_MAKEFILE) 40 40 41 ifeq ($(CONFIG_NET WORKING),modular)42 BINARY = dp839041 ifeq ($(CONFIG_NETIF_NIL_BUNDLE),y) 42 LIBS += $(USPACE_PREFIX)/srv/net/nil/eth/libeth.a 43 43 endif 44 44 45 ifeq ($(CONFIG_NETWORKING),module) 46 LIBRARY = libdp8390 47 endif 45 BINARY = dp8390 48 46 49 47 SOURCES = \
Note:
See TracChangeset
for help on using the changeset viewer.