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