summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/peci/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/hwmon/peci/Makefile')
-rw-r--r--drivers/hwmon/peci/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/hwmon/peci/Makefile b/drivers/hwmon/peci/Makefile
new file mode 100644
index 000000000000..e8a0ada5ab1f
--- /dev/null
+++ b/drivers/hwmon/peci/Makefile
@@ -0,0 +1,5 @@
+# SPDX-License-Identifier: GPL-2.0-only
+
+peci-cputemp-y := cputemp.o
+
+obj-$(CONFIG_SENSORS_PECI_CPUTEMP) += peci-cputemp.o