]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/i2c/ds1307/Makefile
Add a missing header file to SRCS to fix out-of-kernel builds.
[FreeBSD/FreeBSD.git] / sys / modules / i2c / ds1307 / Makefile
1 # $FreeBSD$
2
3 .PATH:          ${SRCTOP}/sys/dev/iicbus
4 KMOD            = ds1307
5 SRCS            = ds1307.c bus_if.h clock_if.h device_if.h iicbus_if.h ofw_bus_if.h opt_platform.h
6
7 .include <bsd.kmod.mk>