18 lines
217 B
Makefile
18 lines
217 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
.PATH: ${SRCTOP}/sys/arm64/rockchip
|
||
|
|
||
|
KMOD= rk805
|
||
|
SRCS= rk805.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>
|