DIR: /usr/src/linux-headers-6.8.0-45/drivers/hwmon/peci/ |
Current File : //usr/src/linux-headers-6.8.0-45/drivers/hwmon/peci/Makefile |
# 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 |