13 lines
373 B
Makefile
Executable file
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
|
|
|