Andrew Scull | b4b6d4a | 2019-01-02 15:54:55 +0000 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0 |
| 2 | # |
| 3 | # Makefile for IIO proximity sensors |
| 4 | # |
| 5 | |
| 6 | # When adding new entries keep the list in alphabetical order |
| 7 | obj-$(CONFIG_AS3935) += as3935.o |
| 8 | obj-$(CONFIG_ISL29501) += isl29501.o |
| 9 | obj-$(CONFIG_LIDAR_LITE_V2) += pulsedlight-lidar-lite-v2.o |
David Brazdil | 0f672f6 | 2019-12-10 10:32:29 +0000 | [diff] [blame^] | 10 | obj-$(CONFIG_MB1232) += mb1232.o |
Andrew Scull | b4b6d4a | 2019-01-02 15:54:55 +0000 | [diff] [blame] | 11 | obj-$(CONFIG_RFD77402) += rfd77402.o |
| 12 | obj-$(CONFIG_SRF04) += srf04.o |
| 13 | obj-$(CONFIG_SRF08) += srf08.o |
| 14 | obj-$(CONFIG_SX9500) += sx9500.o |
David Brazdil | 0f672f6 | 2019-12-10 10:32:29 +0000 | [diff] [blame^] | 15 | obj-$(CONFIG_VL53L0X_I2C) += vl53l0x-i2c.o |
| 16 | |