Makefile revision 156033
1136714Sandre# $FreeBSD: head/sys/modules/de/Makefile 156033 2006-02-26 17:51:22Z imp $
2136714Sandre
3230443Sbz.PATH: ${.CURDIR}/../../dev/de
4230443Sbz
5136714SandreKMOD=	if_de
6136714SandreSRCS=	if_de.c opt_ddb.h device_if.h bus_if.h pci_if.h
7136714Sandre
8230443Sbz# Compile-time options.
9136714Sandre
10223593Sglebius#  Enable debugging:
11230443Sbz#CFLAGS+=	-DTULIP_DEBUG
12230443Sbz
13230443Sbz#  Enable performance statistics:
14230443Sbz#CFLAGS+=	-DTULIP_PERFSTATS
15230443Sbz
16223593Sglebius.include <bsd.kmod.mk>
17223593Sglebius