The branch main has been updated by manu:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=090cbc39a5a16ba168dfdcd728e36503aad52e56

commit 090cbc39a5a16ba168dfdcd728e36503aad52e56
Author:     Emmanuel Vadot <[email protected]>
AuthorDate: 2021-11-14 19:23:35 +0000
Commit:     Emmanuel Vadot <[email protected]>
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 \

Reply via email to