summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2016-12-23 08:44:10 +0000
committerngie <ngie@FreeBSD.org>2016-12-23 08:44:10 +0000
commit9ee70fcbec150e70b5c81958c6cdf3a114336367 (patch)
tree7526ffb3b3ed467884abaf52215ed3f348549b61 /sys/modules
parent15859f19cc7ae275e456a866232237a0140e0b28 (diff)
downloadFreeBSD-src-9ee70fcbec150e70b5c81958c6cdf3a114336367.zip
FreeBSD-src-9ee70fcbec150e70b5c81958c6cdf3a114336367.tar.gz
MFC r309521:
Unbreak "make depend" with sys/modules/ioat by adding opt_ddb.h to SRCS
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/ioat/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/modules/ioat/Makefile b/sys/modules/ioat/Makefile
index 5a2c417..3e6baad 100644
--- a/sys/modules/ioat/Makefile
+++ b/sys/modules/ioat/Makefile
@@ -9,6 +9,7 @@ IOAT_SRC_PATH = ${.CURDIR}/../..
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}
OpenPOWER on IntegriCloud