168021Smarkm# $FreeBSD$
268021Smarkm
3156033Simp.PATH: ${.CURDIR}/../../dev/de
468021Smarkm
570711SobrienKMOD=	if_de
6150636SmlaierSRCS=	if_de.c opt_ddb.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
1668021Smarkm.include <bsd.kmod.mk>
17