2016-03-11 07:35:49 +08:00
|
|
|
obj-$(CONFIG_RMI4_CORE) += rmi_core.o
|
|
|
|
rmi_core-y := rmi_bus.o rmi_driver.o rmi_f01.o
|
2016-03-11 07:44:27 +08:00
|
|
|
|
2016-03-11 07:47:28 +08:00
|
|
|
rmi_core-$(CONFIG_RMI4_2D_SENSOR) += rmi_2d_sensor.o
|
|
|
|
|
|
|
|
# Function drivers
|
|
|
|
rmi_core-$(CONFIG_RMI4_F11) += rmi_f11.o
|
2016-03-11 07:55:29 +08:00
|
|
|
rmi_core-$(CONFIG_RMI4_F12) += rmi_f12.o
|
2016-03-11 07:56:58 +08:00
|
|
|
rmi_core-$(CONFIG_RMI4_F30) += rmi_f30.o
|
2016-03-11 07:47:28 +08:00
|
|
|
|
2016-03-11 07:44:27 +08:00
|
|
|
# Transports
|
|
|
|
obj-$(CONFIG_RMI4_I2C) += rmi_i2c.o
|
2016-03-11 07:58:12 +08:00
|
|
|
obj-$(CONFIG_RMI4_SPI) += rmi_spi.o
|