mirror of
https://github.com/opnsense/src.git
synced 2026-03-09 01:30:47 -04:00
15 lines
183 B
Makefile
15 lines
183 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${SRCTOP}/sys/arm/allwinner
|
|
|
|
KMOD= aw_rsb
|
|
SRCS= aw_rsb.c
|
|
|
|
SRCS+= \
|
|
bus_if.h \
|
|
clknode_if.h \
|
|
device_if.h \
|
|
ofw_bus_if.h \
|
|
iicbus_if.h
|
|
|
|
.include <bsd.kmod.mk>
|