Makefile revision 131850
1# $FreeBSD: head/sys/modules/de/Makefile 131850 2004-07-09 02:38:25Z bms $
2
3.PATH: ${.CURDIR}/../../pci
4
5KMOD=	if_de
6SRCS=	if_de.c opt_bdg.h device_if.h bus_if.h pci_if.h
7
8# Compile-time options.
9
10#  Enable debugging:
11#CFLAGS+=	-DTULIP_DEBUG
12
13#  Enable performance statistics:
14#CFLAGS+=	-DTULIP_PERFSTATS
15
16#  Enable the use of a software interrupt to alleviate the occurrence of
17#  interrupt livelock when under heavy load:
18#CFLAGS+=	-DTULIP_USE_SOFTINTR
19
20.include <bsd.kmod.mk>
21