#
# Makefile for the motion sensor driver
#

obj-$(CONFIG_MOVTION_SENSOR) += gpio_i2c.o 
 
gpio_i2c-objs := i2c_interface.o
