mirror of
https://github.com/opnsense/src.git
synced 2026-03-07 15:51:20 -05:00
14 lines
178 B
Makefile
14 lines
178 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${SRCTOP}/sys/arm/allwinner
|
|
|
|
KMOD= aw_thermal
|
|
SRCS= aw_thermal.c
|
|
|
|
SRCS+= \
|
|
bus_if.h \
|
|
clknode_if.h \
|
|
device_if.h \
|
|
ofw_bus_if.h \
|
|
|
|
.include <bsd.kmod.mk>
|