svn commit: r322026 - head/sys/modules/i2c/nxprtc

Ian Lepore ian at FreeBSD.org
Thu Aug 3 18:49:16 UTC 2017


Author: ian
Date: Thu Aug  3 18:49:15 2017
New Revision: 322026
URL: https://svnweb.freebsd.org/changeset/base/322026

Log:
  Add missing header file to SRCS.
  
  Reported by:	manu@

Modified:
  head/sys/modules/i2c/nxprtc/Makefile

Modified: head/sys/modules/i2c/nxprtc/Makefile
==============================================================================
--- head/sys/modules/i2c/nxprtc/Makefile	Thu Aug  3 18:43:54 2017	(r322025)
+++ head/sys/modules/i2c/nxprtc/Makefile	Thu Aug  3 18:49:15 2017	(r322026)
@@ -2,6 +2,6 @@
 
 .PATH:		${SRCTOP}/sys/dev/iicbus
 KMOD		= nxprtc
-SRCS		= nxprtc.c bus_if.h clock_if.h device_if.h iicbus_if.h
+SRCS		= nxprtc.c bus_if.h clock_if.h device_if.h iicbus_if.h ofw_bus_if.h
 
 .include <bsd.kmod.mk>


More information about the svn-src-head mailing list