cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

Makefile (602B)


      1# SPDX-License-Identifier: GPL-2.0
      2#
      3# Makefile for industrial I/O temperature drivers
      4#
      5
      6obj-$(CONFIG_IQS620AT_TEMP) += iqs620at-temp.o
      7obj-$(CONFIG_LTC2983) += ltc2983.o
      8obj-$(CONFIG_HID_SENSOR_TEMP) += hid-sensor-temperature.o
      9obj-$(CONFIG_MAXIM_THERMOCOUPLE) += maxim_thermocouple.o
     10obj-$(CONFIG_MAX31856) += max31856.o
     11obj-$(CONFIG_MAX31865) += max31865.o
     12obj-$(CONFIG_MLX90614) += mlx90614.o
     13obj-$(CONFIG_MLX90632) += mlx90632.o
     14obj-$(CONFIG_TMP006) += tmp006.o
     15obj-$(CONFIG_TMP007) += tmp007.o
     16obj-$(CONFIG_TMP117) += tmp117.o
     17obj-$(CONFIG_TSYS01) += tsys01.o
     18obj-$(CONFIG_TSYS02D) += tsys02d.o