svn commit: r310463 - stable/11/sys/modules/ioat
Ngie Cooper
ngie at FreeBSD.org
Fri Dec 23 08:44:11 UTC 2016
Author: ngie
Date: Fri Dec 23 08:44:10 2016
New Revision: 310463
URL: https://svnweb.freebsd.org/changeset/base/310463
Log:
MFC r309521:
Unbreak "make depend" with sys/modules/ioat by adding opt_ddb.h to SRCS
Modified:
stable/11/sys/modules/ioat/Makefile
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/sys/modules/ioat/Makefile
==============================================================================
--- stable/11/sys/modules/ioat/Makefile Fri Dec 23 08:41:28 2016 (r310462)
+++ stable/11/sys/modules/ioat/Makefile Fri Dec 23 08:44:10 2016 (r310463)
@@ -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}
More information about the svn-src-all
mailing list