Makefile 165 B

12345678
  1. #
  2. # Makefile for the I2C input drivers
  3. #
  4. obj-$(CONFIG_I2C_HID) += i2c-hid.o
  5. i2c-hid-objs = i2c-hid-core.o
  6. i2c-hid-$(CONFIG_DMI) += i2c-hid-dmi-quirks.o