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


      1# SPDX-License-Identifier: GPL-2.0
      2#
      3# Makefile for industrial I/O Magnetometer sensor drivers
      4#
      5
      6# When adding new entries keep the list in alphabetical order
      7obj-$(CONFIG_AK8974)	+= ak8974.o
      8obj-$(CONFIG_AK8975)	+= ak8975.o
      9obj-$(CONFIG_BMC150_MAGN) += bmc150_magn.o
     10obj-$(CONFIG_BMC150_MAGN_I2C) += bmc150_magn_i2c.o
     11obj-$(CONFIG_BMC150_MAGN_SPI) += bmc150_magn_spi.o
     12
     13obj-$(CONFIG_MAG3110)	+= mag3110.o
     14obj-$(CONFIG_HID_SENSOR_MAGNETOMETER_3D) += hid-sensor-magn-3d.o
     15obj-$(CONFIG_MMC35240)	+= mmc35240.o
     16
     17obj-$(CONFIG_IIO_ST_MAGN_3AXIS) += st_magn.o
     18st_magn-y := st_magn_core.o
     19st_magn-$(CONFIG_IIO_BUFFER) += st_magn_buffer.o
     20
     21obj-$(CONFIG_IIO_ST_MAGN_I2C_3AXIS) += st_magn_i2c.o
     22obj-$(CONFIG_IIO_ST_MAGN_SPI_3AXIS) += st_magn_spi.o
     23
     24obj-$(CONFIG_SENSORS_HMC5843)		+= hmc5843_core.o
     25obj-$(CONFIG_SENSORS_HMC5843_I2C)	+= hmc5843_i2c.o
     26obj-$(CONFIG_SENSORS_HMC5843_SPI)	+= hmc5843_spi.o
     27
     28obj-$(CONFIG_SENSORS_RM3100)		+= rm3100-core.o
     29obj-$(CONFIG_SENSORS_RM3100_I2C)	+= rm3100-i2c.o
     30obj-$(CONFIG_SENSORS_RM3100_SPI)	+= rm3100-spi.o
     31
     32obj-$(CONFIG_YAMAHA_YAS530)		+= yamaha-yas530.o