aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/pchtherm
diff options
context:
space:
mode:
authorTakanori Watanabe <takawata@FreeBSD.org>2020-03-31 06:25:43 +0000
committerTakanori Watanabe <takawata@FreeBSD.org>2020-03-31 06:25:43 +0000
commitc30797873f663df5fc45ba0db943393f611bd24e (patch)
tree1394ee0f68f9a79463764d714c3c45790e04270a /sys/modules/pchtherm
parente23fe873b24f0ea5b3083964bb9d583a9a68a650 (diff)
downloadsrc-c30797873f663df5fc45ba0db943393f611bd24e.tar.gz
src-c30797873f663df5fc45ba0db943393f611bd24e.zip
Add Platform Controller Hub built-in thermal management device driver.
Differential Revision: https://reviews.freebsd.org/D24077
Notes
Notes: svn path=/head/; revision=359479
Diffstat (limited to 'sys/modules/pchtherm')
-rw-r--r--sys/modules/pchtherm/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/sys/modules/pchtherm/Makefile b/sys/modules/pchtherm/Makefile
new file mode 100644
index 000000000000..71efd2e755c1
--- /dev/null
+++ b/sys/modules/pchtherm/Makefile
@@ -0,0 +1,8 @@
+# $FreeBSD$
+
+.PATH: ${SRCTOP}/sys/dev/intel
+KMOD= pchtherm
+SRCS= pchtherm.c
+SRCS+= device_if.h bus_if.h pci_if.h opt_platform.h
+
+.include <bsd.kmod.mk>