summaryrefslogtreecommitdiffstats
path: root/sys/modules/en/Makefile
blob: 459bf64112fc18b1638b0aae58680f8a9331f3ec (plain)
1
2
3
4
5
6
7
8
9
10
11
# $FreeBSD$

.PATH: ${SRCTOP}/sys/dev/en

KMOD=	if_en
SRCS=	if_en_pci.c midway.c device_if.h bus_if.h pci_if.h
SRCS+=	opt_inet.h opt_natm.h opt_ddb.h
CFLAGS+= -DENABLE_BPF
# CFLAGS+= -DINVARIANT_SUPPORT -DINVARIANTS -DEN_DEBUG=0

.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud