mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
16 lines
204 B
Makefile
16 lines
204 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${SRCTOP}/sys/arm64/rockchip
|
|
|
|
KMOD= rk_i2c
|
|
SRCS= rk_i2c.c
|
|
|
|
SRCS+= \
|
|
bus_if.h \
|
|
clknode_if.h \
|
|
device_if.h \
|
|
iicbus_if.h \
|
|
ofw_bus_if.h \
|
|
opt_platform.h \
|
|
|
|
.include <bsd.kmod.mk>
|