Makefile revision 256281
176195Sbrian# $FreeBSD: stable/10/sys/modules/de/Makefile 156033 2006-02-26 17:51:22Z imp $
276195Sbrian
376195Sbrian.PATH: ${.CURDIR}/../../dev/de
476195Sbrian
576195SbrianKMOD=	if_de
676195SbrianSRCS=	if_de.c opt_ddb.h device_if.h bus_if.h pci_if.h
776195Sbrian
876195Sbrian# Compile-time options.
976195Sbrian
1076195Sbrian#  Enable debugging:
1176195Sbrian#CFLAGS+=	-DTULIP_DEBUG
1276195Sbrian
13#  Enable performance statistics:
14#CFLAGS+=	-DTULIP_PERFSTATS
15
16.include <bsd.kmod.mk>
17