git: 090cbc39a5a1 - main - modules: rockchip: Fix rk805 modules after recent changes
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 14 Nov 2021 19:26:51 UTC
The branch main has been updated by manu: URL: https://cgit.FreeBSD.org/src/commit/?id=090cbc39a5a16ba168dfdcd728e36503aad52e56 commit 090cbc39a5a16ba168dfdcd728e36503aad52e56 Author: Emmanuel Vadot <manu@FreeBSD.org> AuthorDate: 2021-11-14 19:23:35 +0000 Commit: Emmanuel Vadot <manu@FreeBSD.org> CommitDate: 2021-11-14 19:26:33 +0000 modules: rockchip: Fix rk805 modules after recent changes We need more files now. --- sys/modules/rockchip/rk805/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/sys/modules/rockchip/rk805/Makefile b/sys/modules/rockchip/rk805/Makefile index 386e41c05bad..d1acab423113 100644 --- a/sys/modules/rockchip/rk805/Makefile +++ b/sys/modules/rockchip/rk805/Makefile @@ -3,7 +3,11 @@ .PATH: ${SRCTOP}/sys/dev/iicbus/pmic/rockchip KMOD= rk805 -SRCS= rk805.c +SRCS= rk8xx.c \ + rk805.c \ + rk8xx_clocks.c \ + rk8xx_rtc.c \ + rk8xx_regulators.c SRCS+= \ bus_if.h \