Thomas Gleixner | ec8f24b | 2019-05-19 13:07:45 +0100 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0-only |
Benjamin Tissoires | 4a200c3 | 2012-11-12 15:42:59 +0100 | [diff] [blame] | 2 | # |
| 3 | # Makefile for the I2C input drivers |
| 4 | # |
| 5 | |
Douglas Anderson | b33752c | 2021-01-15 09:06:37 -0800 | [diff] [blame] | 6 | obj-$(CONFIG_I2C_HID_CORE) += i2c-hid.o |
Julian Sax | 9ee3e06 | 2018-09-19 11:46:23 +0200 | [diff] [blame] | 7 | |
| 8 | i2c-hid-objs = i2c-hid-core.o |
| 9 | i2c-hid-$(CONFIG_DMI) += i2c-hid-dmi-quirks.o |
Douglas Anderson | b33752c | 2021-01-15 09:06:37 -0800 | [diff] [blame] | 10 | |
| 11 | obj-$(CONFIG_I2C_HID_ACPI) += i2c-hid-acpi.o |
| 12 | obj-$(CONFIG_I2C_HID_OF) += i2c-hid-of.o |
Douglas Anderson | c1ed18c | 2021-01-15 09:06:40 -0800 | [diff] [blame] | 13 | obj-$(CONFIG_I2C_HID_OF_GOODIX) += i2c-hid-of-goodix.o |