mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 00:02:14 -04:00
20 lines
281 B
Makefile
20 lines
281 B
Makefile
|
|
.PATH: ${SRCTOP}/sys/dev/iicbus/pmic/rockchip
|
|
|
|
KMOD= rk805
|
|
SRCS= rk8xx.c \
|
|
rk805.c \
|
|
rk8xx_clocks.c \
|
|
rk8xx_rtc.c \
|
|
rk8xx_regulators.c
|
|
|
|
SRCS+= \
|
|
bus_if.h \
|
|
device_if.h \
|
|
iicbus_if.h \
|
|
regnode_if.h \
|
|
regdev_if.h \
|
|
ofw_bus_if.h \
|
|
opt_platform.h \
|
|
|
|
.include <bsd.kmod.mk>
|