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 (293B)


      1# SPDX-License-Identifier: GPL-2.0-only
      2occ-hwmon-common-objs := common.o sysfs.o
      3occ-p8-hwmon-objs := p8_i2c.o
      4occ-p9-hwmon-objs := p9_sbe.o
      5
      6obj-$(CONFIG_SENSORS_OCC) += occ-hwmon-common.o
      7obj-$(CONFIG_SENSORS_OCC_P8_I2C) += occ-p8-hwmon.o
      8obj-$(CONFIG_SENSORS_OCC_P9_SBE) += occ-p9-hwmon.o