Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
1#
2# Makefile for IIO proximity sensors
3#
4
5# When adding new entries keep the list in alphabetical order
6obj-$(CONFIG_AS3935) += as3935.o
7obj-$(CONFIG_LIDAR_LITE_V2) += pulsedlight-lidar-lite-v2.o
8obj-$(CONFIG_SRF04) += srf04.o
9obj-$(CONFIG_SRF08) += srf08.o
10obj-$(CONFIG_SX9500) += sx9500.o