xref: /linux/drivers/iio/health/Makefile (revision 58e16d792a6a8c6b750f637a4649967fcac853dc)
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# Makefile for IIO Health sensors
4#
5
6# When adding new entries keep the list in alphabetical order
7
8obj-$(CONFIG_AFE4403)		+= afe4403.o
9obj-$(CONFIG_AFE4404)		+= afe4404.o
10obj-$(CONFIG_MAX30100)		+= max30100.o
11obj-$(CONFIG_MAX30102)		+= max30102.o
12