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


      1# SPDX-License-Identifier: GPL-2.0
      2#
      3# Makefile for IIO humidity sensor drivers
      4#
      5
      6obj-$(CONFIG_AM2315) += am2315.o
      7obj-$(CONFIG_DHT11) += dht11.o
      8obj-$(CONFIG_HDC100X) += hdc100x.o
      9obj-$(CONFIG_HDC2010) += hdc2010.o
     10obj-$(CONFIG_HID_SENSOR_HUMIDITY) += hid-sensor-humidity.o
     11
     12hts221-y := hts221_core.o \
     13	    hts221_buffer.o
     14obj-$(CONFIG_HTS221) += hts221.o
     15obj-$(CONFIG_HTS221_I2C) += hts221_i2c.o
     16obj-$(CONFIG_HTS221_SPI) += hts221_spi.o
     17
     18obj-$(CONFIG_HTU21) += htu21.o
     19obj-$(CONFIG_SI7005) += si7005.o
     20obj-$(CONFIG_SI7020) += si7020.o
     21
     22ccflags-y += -I$(srctree)/drivers/iio/common/hid-sensors