]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/i2c/ds13rtc/Makefile
MFV r329718: 8520 7198 lzc_rollback_to should support rolling back to origin
[FreeBSD/FreeBSD.git] / sys / modules / i2c / ds13rtc / Makefile
1 # $FreeBSD$
2
3 .PATH:          ${SRCTOP}/sys/dev/iicbus
4 KMOD            = ds13rtc
5 SRCS            = ds13rtc.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>