linux-zen-desktop/drivers/hwmon/peci/Makefile

8 lines
208 B
Makefile
Raw Permalink Normal View History

2023-08-30 16:31:07 +01:00
# SPDX-License-Identifier: GPL-2.0-only
peci-cputemp-y := cputemp.o
peci-dimmtemp-y := dimmtemp.o
obj-$(CONFIG_SENSORS_PECI_CPUTEMP) += peci-cputemp.o
obj-$(CONFIG_SENSORS_PECI_DIMMTEMP) += peci-dimmtemp.o