Makefile revision 131850
168021Smarkm# $FreeBSD: head/sys/modules/de/Makefile 131850 2004-07-09 02:38:25Z bms $
268021Smarkm
370711Sobrien.PATH: ${.CURDIR}/../../pci
468021Smarkm
570711SobrienKMOD=	if_de
670711SobrienSRCS=	if_de.c opt_bdg.h device_if.h bus_if.h pci_if.h
770711Sobrien
8131850Sbms# Compile-time options.
9131850Sbms
10131850Sbms#  Enable debugging:
11131850Sbms#CFLAGS+=	-DTULIP_DEBUG
12131850Sbms
13131850Sbms#  Enable performance statistics:
14131850Sbms#CFLAGS+=	-DTULIP_PERFSTATS
15131850Sbms
16131850Sbms#  Enable the use of a software interrupt to alleviate the occurrence of
17131850Sbms#  interrupt livelock when under heavy load:
18131850Sbms#CFLAGS+=	-DTULIP_USE_SOFTINTR
19131850Sbms
2068021Smarkm.include <bsd.kmod.mk>
21