]> Git Repo - linux.git/blob - drivers/hwmon/peci/Makefile
regmap: mmio: Allow passing an empty config->reg_stride
[linux.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
This page took 0.036242 seconds and 4 git commands to generate.