mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 23:02:02 -04:00
modules: rockchip: Fix rk805 modules after recent changes
We need more files now.
This commit is contained in:
parent
91a908e051
commit
090cbc39a5
1 changed files with 5 additions and 1 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in a new issue