Deleted Added
full compact
Makefile (70711) Makefile (131850)
1# $FreeBSD: head/sys/modules/de/Makefile 70711 2001-01-06 14:00:42Z obrien $
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
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
8.include <bsd.kmod.mk>
20.include <bsd.kmod.mk>