]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/rockchip/rk805/Makefile
Update to Zstandard 1.4.2
[FreeBSD/FreeBSD.git] / sys / modules / rockchip / rk805 / Makefile
1 # $FreeBSD$
2
3 .PATH: ${SRCTOP}/sys/arm64/rockchip
4
5 KMOD=   rk805
6 SRCS=   rk805.c
7
8 SRCS+=  \
9         bus_if.h \
10         device_if.h \
11         iicbus_if.h \
12         regnode_if.h \
13         regdev_if.h \
14         ofw_bus_if.h \
15         opt_platform.h \
16
17 .include <bsd.kmod.mk>