forked from Minki/linux
d574a87cc3
Measurement specialties drivers common part. These functions are used by further drivers in the patchset: TSYS01, TSYS02D, HTU21, MS5637, MS8607 Signed-off-by: Ludovic Tancerel <ludovic.tancerel@maplehightech.com> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
14 lines
435 B
Makefile
14 lines
435 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 += ms_sensors/
|
|
obj-y += ssp_sensors/
|
|
obj-y += st_sensors/
|