#
# Makefile for the kernel Sensor device drivers.
#

# Object files in subdirectories

obj-$(CONFIG_OPTICAL)		+= optical/

obj-$(CONFIG_ACCEL)			+= accel/

obj-$(CONFIG_COMPASS)		+= compass/

