blob: bd464f5bf39778230cd0b556d339fb8d7ad61b83 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#
# Makefile for the kernel Sensor device drivers.
#
# Object files in subdirectories
obj-$(CONFIG_INPUT_YAS_ACCELEROMETER) += accelerometer/
obj-$(CONFIG_INPUT_YAS_MAGNETOMETER) += geomagnetic/
obj-$(CONFIG_INPUT_YAS_ORIENTATION) += orientation/
obj-y += optical/
obj-$(CONFIG_SENSORS_CORE) += sensors_core.o
|