summaryrefslogtreecommitdiffstats
path: root/sys/modules/ioat/Makefile
blob: 5a2c4177437d333068f43ef5a03ca6030af88166 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# ioat Loadable Kernel Module
#
# $FreeBSD$

IOAT_SRC_PATH = ${.CURDIR}/../..

.PATH:  ${IOAT_SRC_PATH}/dev/ioat

KMOD=	ioat
SRCS=	ioat.c ioat_test.c
SRCS+=	device_if.h bus_if.h pci_if.h

CFLAGS+=	-I${IOAT_SRC_PATH}

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