mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 16:50:25 -04:00
8 lines
125 B
Makefile
8 lines
125 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${SRCTOP}/sys/dev/coretemp
|
|
|
|
KMOD= coretemp
|
|
SRCS= coretemp.c bus_if.h device_if.h
|
|
|
|
.include <bsd.kmod.mk>
|