Index: stable/11/sys/modules/ioat/Makefile =================================================================== --- stable/11/sys/modules/ioat/Makefile (revision 310462) +++ stable/11/sys/modules/ioat/Makefile (revision 310463) @@ -1,15 +1,16 @@ # 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 +SRCS+= opt_ddb.h CFLAGS+= -I${IOAT_SRC_PATH} .include Index: stable/11 =================================================================== --- stable/11 (revision 310462) +++ stable/11 (revision 310463) Property changes on: stable/11 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r309521