#
# Makefile for the Sensor driver
#

sensor_mma7660-objs  := mma7660.o
obj-$(CONFIG_WMT_SENSOR_MMA7660)		+= sensor_mma7660.o
