Unbreak "make depend" with sys/modules/ioat by adding opt_ddb.h to SRCS
MFC after: 2 weeks
This commit is contained in:
parent
a1fa23910c
commit
006aa95c01
@ -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}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user