blob: 9c1aca1a8b79a71127ac32158640b2461e556045 [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001# SPDX-License-Identifier: GPL-2.0
Matt Ranostay24ddb0e2014-12-03 12:53:00 +00002#
3# Makefile for IIO proximity sensors
4#
5
6# When adding new entries keep the list in alphabetical order
7obj-$(CONFIG_AS3935) += as3935.o
Mathieu Othacehe1c287992018-07-20 19:34:26 +02008obj-$(CONFIG_ISL29501) += isl29501.o
Matt Ranostaycb119d52015-08-18 07:40:38 -07009obj-$(CONFIG_LIDAR_LITE_V2) += pulsedlight-lidar-lite-v2.o
Andreas Klinger16b05262019-03-17 21:38:03 +010010obj-$(CONFIG_MB1232) += mb1232.o
Andreas Klinger7bb501f2019-11-25 09:05:02 +010011obj-$(CONFIG_PING) += ping.o
Peter Meerwald-Stadler79e64182017-10-10 15:48:47 +020012obj-$(CONFIG_RFD77402) += rfd77402.o
Andreas Klingerfeda2842017-01-31 19:03:45 +010013obj-$(CONFIG_SRF04) += srf04.o
Andreas Klinger78f83902017-01-25 20:07:19 +010014obj-$(CONFIG_SRF08) += srf08.o
Daniel Campello72ad02b152020-03-10 14:06:59 -060015obj-$(CONFIG_SX9310) += sx9310.o
Vlad Dogaru4193c0f2014-12-29 14:41:14 +020016obj-$(CONFIG_SX9500) += sx9500.o
Ivan Mikhaylovac101e62020-05-10 21:45:37 +030017obj-$(CONFIG_VCNL3020) += vcnl3020.o
Song Qiang6eb17c62018-09-18 16:24:21 +080018obj-$(CONFIG_VL53L0X_I2C) += vl53l0x-i2c.o
19