Date: Wed, 26 Feb 2014 03:26:00 +0000 (UTC) From: Li-Wen Hsu <lwhsu@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r262522 - head/sys/modules/i2c/iicbb Message-ID: <201402260326.s1Q3Q0fO072696@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402260326.s1Q3Q0fO072696>