svn commit: r309521 - head/sys/modules/ioat

Ngie Cooper ngie at FreeBSD.org
Sun Dec 4 02:08:42 UTC 2016


Author: ngie
Date: Sun Dec  4 02:08:40 2016
New Revision: 309521
URL: https://svnweb.freebsd.org/changeset/base/309521

Log:
  Unbreak "make depend" with sys/modules/ioat by adding opt_ddb.h to SRCS
  
  MFC after: 2 weeks

Modified:
  head/sys/modules/ioat/Makefile

Modified: head/sys/modules/ioat/Makefile
==============================================================================
--- head/sys/modules/ioat/Makefile	Sun Dec  4 00:33:07 2016	(r309520)
+++ head/sys/modules/ioat/Makefile	Sun Dec  4 02:08:40 2016	(r309521)
@@ -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