Makefile (e5451c8f8330e03ad3cfa16048b4daf961af434f) | Makefile (78f839029e1dc860157b6b923c854dc93ade6b26) |
---|---|
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 | 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_SRF08) += srf08.o |
|
8obj-$(CONFIG_SX9500) += sx9500.o | 9obj-$(CONFIG_SX9500) += sx9500.o |