oleavr-rgl-a500-mini-linux-.../drivers/input/sensor/Makefile
Ole André Vadla Ravnås 169c65d57e Initial commit
2022-05-07 01:01:45 +02:00

13 lines
373 B
Makefile
Executable file

#
# Makefile for the sensor:wq drivers.
#
# Each configuration option enables a list of files.
obj-$(CONFIG_SENSORS_BMA250) += bma250.o
obj-$(CONFIG_SENSORS_SC7A30) += sc7a30.o
obj-$(CONFIG_SENSORS_MMA7660) += mma7660.o
obj-$(CONFIG_INPUT_SENSOR) += da380/
obj-$(CONFIG_SENSORS_GPADC) += sunxi_gpadc.o
obj-$(CONFIG_SENSORS_GPADC_TEST) += sunxi_gpadc_test.o