Unbreak "make depend" with sys/modules/ioat by adding opt_ddb.h to SRCS

MFC after: 2 weeks
This commit is contained in:
Enji Cooper 2016-12-04 02:08:40 +00:00
parent a1fa23910c
commit 006aa95c01
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=309521

View File

@ -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}