2000-10-31 01:25:10 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2006-02-26 17:51:22 +00:00
|
|
|
.PATH: ${.CURDIR}/../../dev/de
|
2001-01-06 14:00:42 +00:00
|
|
|
|
|
|
|
KMOD= if_de
|
2005-09-27 18:10:43 +00:00
|
|
|
SRCS= if_de.c opt_ddb.h device_if.h bus_if.h pci_if.h
|
2000-10-31 01:25:10 +00:00
|
|
|
|
2004-07-09 02:38:25 +00:00
|
|
|
# Compile-time options.
|
|
|
|
|
|
|
|
# Enable debugging:
|
|
|
|
#CFLAGS+= -DTULIP_DEBUG
|
|
|
|
|
|
|
|
# Enable performance statistics:
|
|
|
|
#CFLAGS+= -DTULIP_PERFSTATS
|
|
|
|
|
2000-10-31 01:25:10 +00:00
|
|
|
.include <bsd.kmod.mk>
|