svn commit: r262522 - head/sys/modules/i2c/iicbb

Li-Wen Hsu lwhsu at FreeBSD.org
Wed Feb 26 03:26:00 UTC 2014


Author: lwhsu (ports committer)
Date: Wed Feb 26 03:26:00 2014
New Revision: 262522
URL: http://svnweb.freebsd.org/changeset/base/262522

Log:
  Fix make depend.
  
  Approved by:	uqs

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

Modified: head/sys/modules/i2c/iicbb/Makefile
==============================================================================
--- head/sys/modules/i2c/iicbb/Makefile	Wed Feb 26 02:36:59 2014	(r262521)
+++ head/sys/modules/i2c/iicbb/Makefile	Wed Feb 26 03:26:00 2014	(r262522)
@@ -3,6 +3,6 @@
 .PATH:		${.CURDIR}/../../../dev/iicbus
 KMOD		= iicbb
 SRCS		= device_if.h bus_if.h iicbus_if.h \
-		  iicbb_if.h iicbb_if.c iicbb.c
+		  iicbb_if.h iicbb_if.c iicbb.c opt_platform.h
 
 .include <bsd.kmod.mk>


More information about the svn-src-all mailing list