Deleted Added
full compact
Makefile (256281) Makefile (266105)
1# $FreeBSD: stable/10/sys/modules/i2c/iicbb/Makefile 93023 2002-03-23 15:49:15Z nsouch $
1# $FreeBSD: stable/10/sys/modules/i2c/iicbb/Makefile 266105 2014-05-15 01:27:53Z loos $
2
3.PATH: ${.CURDIR}/../../../dev/iicbus
4KMOD = iicbb
5SRCS = device_if.h bus_if.h iicbus_if.h \
2
3.PATH: ${.CURDIR}/../../../dev/iicbus
4KMOD = iicbb
5SRCS = device_if.h bus_if.h iicbus_if.h \
6 iicbb_if.h iicbb_if.c iicbb.c
6 iicbb_if.h iicbb_if.c iicbb.c opt_platform.h
7
8.include <bsd.kmod.mk>
7
8.include <bsd.kmod.mk>