Date: Fri, 23 Dec 2016 08:44:10 +0000 (UTC) From: Ngie Cooper <ngie@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org Subject: svn commit: r310463 - stable/11/sys/modules/ioat Message-ID: <201612230844.uBN8iAo5033235@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612230844.uBN8iAo5033235>