Fix make depend.

Approved by:	uqs
This commit is contained in:
Li-Wen Hsu 2014-02-26 03:26:00 +00:00
parent 706d9bd159
commit 650afa9b8f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=262522

View file

@ -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>