# SPDX-License-Identifier: GPL-2.0 # # Makefile for IIO proximity sensors # # When adding new entries keep the list in alphabetical order obj-$(CONFIG_AS3935) += as3935.o obj-$(CONFIG_LIDAR_LITE_V2) += pulsedlight-lidar-lite-v2.o obj-$(CONFIG_RFD77402) += rfd77402.o obj-$(CONFIG_SRF04) += srf04.o obj-$(CONFIG_SRF08) += srf08.o obj-$(CONFIG_SX9500) += sx9500.o
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
Kconfig | File | 2.07 KB | 0644 |
|
Makefile | File | 368 B | 0644 |
|