Fix make depend.

Approved by:	uqs
This commit is contained in:
lwhsu 2014-02-26 03:26:00 +00:00
parent 0a13186e50
commit 316ad0adef

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>