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