Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Aug 2017 18:49:15 +0000 (UTC)
From:      Ian Lepore <ian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r322026 - head/sys/modules/i2c/nxprtc
Message-ID:  <201708031849.v73InFc9079676@repo.freebsd.org>

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



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