Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Dec 2016 02:08:40 +0000 (UTC)
From:      Ngie Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r309521 - head/sys/modules/ioat
Message-ID:  <201612040208.uB428eF9040310@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612040208.uB428eF9040310>