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


      1# SPDX-License-Identifier: GPL-2.0-only
      2#
      3# Makefile for the I2C input drivers
      4#
      5
      6obj-$(CONFIG_I2C_HID_CORE)			+= i2c-hid.o
      7
      8i2c-hid-objs					=  i2c-hid-core.o
      9i2c-hid-$(CONFIG_DMI)				+= i2c-hid-dmi-quirks.o
     10
     11obj-$(CONFIG_I2C_HID_ACPI)			+= i2c-hid-acpi.o
     12obj-$(CONFIG_I2C_HID_OF)			+= i2c-hid-of.o
     13obj-$(CONFIG_I2C_HID_OF_GOODIX)			+= i2c-hid-of-goodix.o