Merge tag 'leds-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/pavel...
[linux-2.6-microblaze.git] / drivers / hid / i2c-hid / Makefile
1 # SPDX-License-Identifier: GPL-2.0-only
2 #
3 # Makefile for the I2C input drivers
4 #
5
6 obj-$(CONFIG_I2C_HID_CORE)                      += i2c-hid.o
7
8 i2c-hid-objs                                    =  i2c-hid-core.o
9 i2c-hid-$(CONFIG_DMI)                           += i2c-hid-dmi-quirks.o
10
11 obj-$(CONFIG_I2C_HID_ACPI)                      += i2c-hid-acpi.o
12 obj-$(CONFIG_I2C_HID_OF)                        += i2c-hid-of.o
13 obj-$(CONFIG_I2C_HID_OF_GOODIX)                 += i2c-hid-of-goodix.o