GNU Linux-libre 6.8.9-gnu
[releases.git] / drivers / hwmon / peci / Makefile
1 # SPDX-License-Identifier: GPL-2.0-only
2
3 peci-cputemp-y := cputemp.o
4 peci-dimmtemp-y := dimmtemp.o
5
6 obj-$(CONFIG_SENSORS_PECI_CPUTEMP)      += peci-cputemp.o
7 obj-$(CONFIG_SENSORS_PECI_DIMMTEMP)     += peci-dimmtemp.o