50dd64d57e
Sensorhub is MCU dedicated to collect data and manage several sensors. Sensorhub is a spi device which provides a layer for IIO devices. It provides some data parsing and common mechanism for sensorhub sensors. Adds common sensorhub library for sensorhub driver and iio drivers which uses sensorhub MCU to communicate with sensors. Signed-off-by: Karol Wrona <k.wrona@samsung.com> Acked-by: Kyungmin Park <kyungmin.park@samsung.com> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
13 lines
414 B
Makefile
13 lines
414 B
Makefile
#
|
|
# Makefile for the IIO common modules.
|
|
# Common modules contains modules, which can be shared among multiple
|
|
# IIO modules. For example if the trigger processing is common for
|
|
# multiple IIO modules then this can be moved to a common module
|
|
# instead of duplicating in each module.
|
|
#
|
|
|
|
# When adding new entries keep the list in alphabetical order
|
|
obj-y += hid-sensors/
|
|
obj-y += ssp_sensors/
|
|
obj-y += st_sensors/
|