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