freebsd-dev/sys/modules/coretemp/Makefile
Dag-Erling Smørgrav 83d18f2283 Add a driver for the on-die digital thermal sensor found on Intel Core
and newer CPUs (including Core 2 and Core / Core 2 based Xeons).  The
driver attaches to each cpu device and creates a sysctl node in that
device's sysctl context (dev.cpu.N.temperature).  When invoked, the
handler binds to the appropriate CPU to ensure a correct reading.

Submitted by:	Rui Paulo <rpaulo@fnop.net>
Sponsored by:	Google Summer of Code 2007
Tested by:	des, marcus, Constantine A. Murenin, Ian FREISLICH
Approved by:	re (kensmith)
MFC after:	3 weeks
2007-08-15 19:26:03 +00:00

9 lines
128 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR}/../../dev/coretemp
KMOD= coretemp
SRCS= coretemp.c bus_if.h device_if.h
.include <bsd.kmod.mk>