9e7424ae1c72302ede3f542e9034edb980b5f835
[cascardo/linux.git] / drivers / input / rmi4 / Makefile
1 obj-$(CONFIG_RMI4_CORE) += rmi_core.o
2 rmi_core-y := rmi_bus.o rmi_driver.o rmi_f01.o
3
4 rmi_core-$(CONFIG_RMI4_2D_SENSOR) += rmi_2d_sensor.o
5
6 # Function drivers
7 rmi_core-$(CONFIG_RMI4_F11) += rmi_f11.o
8
9 # Transports
10 obj-$(CONFIG_RMI4_I2C) += rmi_i2c.o