1# $FreeBSD: stable/11/sys/modules/i2c/rtc8583/Makefile 330412 2018-03-04 21:06:21Z ian $
2
3.PATH:	${SRCTOP}/sys/dev/iicbus
4KMOD	= rtc8583
5SRCS	= rtc8583.c 
6
7# Generated files...
8SRCS+=	\
9	bus_if.h \
10	clock_if.h \
11	device_if.h \
12	iicbus_if.h \
13	opt_platform.h \
14
15.if !empty(OPT_FDT)
16SRCS+=	ofw_bus_if.h
17.endif
18
19.include <bsd.kmod.mk>
20