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}
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"