xref: /linux/drivers/iio/health/Makefile (revision 26fbb4c8c7c3ee9a4c3b4de555a8587b5a19154e)
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