]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/i2c/rx8803/Makefile
Merge ^/head r364082 through r364250.
[FreeBSD/FreeBSD.git] / sys / modules / i2c / rx8803 / Makefile
1 # $FreeBSD$
2
3 .PATH:  ${SRCTOP}/sys/dev/iicbus/rtc/
4 KMOD    = rx8803
5 SRCS    = rx8803.c
6
7 # Generated files...
8 SRCS+=  \
9         bus_if.h \
10         clock_if.h \
11         device_if.h \
12         iicbus_if.h \
13         opt_platform.h \
14         ofw_bus_if.h \
15
16 .include <bsd.kmod.mk>