1e974f91cSConrad Meyer# ioat Loadable Kernel Module 2e974f91cSConrad Meyer# 3e974f91cSConrad Meyer 4*193d9e76SEnji CooperIOAT_SRC_PATH = ${SRCTOP}/sys 5e974f91cSConrad Meyer 6e974f91cSConrad Meyer.PATH: ${IOAT_SRC_PATH}/dev/ioat 7e974f91cSConrad Meyer 8e974f91cSConrad MeyerKMOD= ioat 9e974f91cSConrad MeyerSRCS= ioat.c ioat_test.c 10e974f91cSConrad MeyerSRCS+= device_if.h bus_if.h pci_if.h 11006aa95cSEnji CooperSRCS+= opt_ddb.h 12e974f91cSConrad Meyer 13e974f91cSConrad MeyerCFLAGS+= -I${IOAT_SRC_PATH} 14e974f91cSConrad Meyer 15e974f91cSConrad Meyer.include <bsd.kmod.mk> 16