]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - sys/modules/ioat/Makefile
MFC ioat(4) driver in its present state.
[FreeBSD/stable/10.git] / sys / modules / ioat / Makefile
1 # ioat Loadable Kernel Module
2 #
3 # $FreeBSD$
4
5 IOAT_SRC_PATH = ${.CURDIR}/../..
6
7 .PATH:  ${IOAT_SRC_PATH}/dev/ioat
8
9 KMOD=   ioat
10 SRCS=   ioat.c ioat_test.c
11 SRCS+=  device_if.h bus_if.h pci_if.h
12
13 CFLAGS+=        -I${IOAT_SRC_PATH}
14
15 .include <bsd.kmod.mk>