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