summaryrefslogtreecommitdiffstats
path: root/sys/modules/hatm/Makefile
blob: 5027babd1944ab1ede55fa5a7afa9735ec0ced33 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $FreeBSD$
#
# Author: Harti Brandt <harti@freebsd.org>
#
.PATH: ${SRCTOP}/sys/dev/hatm

KMOD=	if_hatm
SRCS=	if_hatm.c if_hatm_intr.c if_hatm_ioctl.c if_hatm_tx.c if_hatm_rx.c \
	device_if.h bus_if.h pci_if.h opt_inet.h opt_natm.h

CFLAGS+= -DENABLE_BPF
# CFLAGS+= -DHATM_DEBUG -DINVARIANT_SUPPORT -DINVARIANTS

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