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

.PATH: ${.CURDIR}/../../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