blob: 191cfa0227f3aa7d48712cf2541569a0b12142c5 (
plain)
1
2
3
4
5
6
7
|
# 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
|