brintos

brintos / linux-shallow public Read only

0
0
Text · 541 B · d3e9522 Raw
18 lines · plain
1# SPDX-License-Identifier: GPL-2.02#3# Makefile for the IIO common modules.4# Common modules contains modules, which can be shared among multiple5# IIO modules. For example if the trigger processing is common for6# multiple IIO modules then this can be moved to a common module7# instead of duplicating in each module.8#9 10# When adding new entries keep the list in alphabetical order11obj-y += cros_ec_sensors/12obj-y += hid-sensors/13obj-y += inv_sensors/14obj-y += ms_sensors/15obj-y += scmi_sensors/16obj-y += ssp_sensors/17obj-y += st_sensors/18