modules: rockchip: Fix rk805 modules after recent changes

We need more files now.
This commit is contained in:
Emmanuel Vadot 2021-11-14 20:23:35 +01:00
parent 91a908e051
commit 090cbc39a5

View File

@ -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 \