^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1) # SPDX-License-Identifier: GPL-2.0
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 2) #
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 3) # Makefile for the IIO common modules.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 4) # Common modules contains modules, which can be shared among multiple
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 5) # IIO modules. For example if the trigger processing is common for
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 6) # multiple IIO modules then this can be moved to a common module
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 7) # instead of duplicating in each module.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 8) #
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 9)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) # When adding new entries keep the list in alphabetical order
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) obj-y += cros_ec_sensors/
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) obj-y += hid-sensors/
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) obj-y += ms_sensors/
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) obj-y += ssp_sensors/
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) obj-y += st_sensors/