blob: 9aadd9a8ee99854a2679a40f491f835eef8a9a98 (
plain)
1
2
3
4
5
6
7
8
|
#
# 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_SX9500) += sx9500.o
|