18 lines
776 B
Makefile
Executable File
18 lines
776 B
Makefile
Executable File
#
|
|
# Makefile for the sensor hub drivers.
|
|
#
|
|
|
|
# Each configuration option enables a list of files.
|
|
obj-$(CONFIG_SENSORS_SSP) += ssp_platform.o ssp_data.o ssp_comm.o ssp_debug.o ssp_dev.o ssp_sysfs.o sensors_core.o \
|
|
ssp_iio.o ssp_scontext.o ssp_sensor_dump.o ssp_dump.o ssp_injection.o ssp_firmware.o\
|
|
factory/
|
|
#grip_sensor
|
|
obj-$(CONFIG_SENSORS_A96T3X6) += a96t3x6.o
|
|
obj-$(CONFIG_SENSORS_A96T3X6_WIFI) += a96t3x6_wifi.o
|
|
obj-$(CONFIG_SENSORS_A96T3X6_SUB) += a96t3x6_sub.o
|
|
obj-$(CONFIG_SENSORS_TC3XXK) += tc3xxk.o
|
|
obj-$(CONFIG_SENSORS_SX9360) += sx9360.o
|
|
obj-$(CONFIG_SENSORS_SX9360_SUB) += sx9360_sub.o
|
|
obj-$(CONFIG_SENSORS_ISG5320A) += isg5320a.o
|
|
obj-$(CONFIG_SENSORS_ISG5320A_SUB) += isg5320a_sub.o
|