xref: /linux/drivers/iio/common/Makefile (revision 95f9a4d27eadcc1e76c9196e9d90cf41e9bba6ba)
1#
2# Makefile for the IIO common modules.
3# Common modules contains modules, which can be shared among multiple
4# IIO modules. For example if the trigger processing is common for
5# multiple IIO modules then this can be moved to a common module
6# instead of duplicating in each module.
7#
8
9obj-y += hid-sensors/
10obj-y += st_sensors/
11