#
# Makefile for the input sensor drivers.
#

# Each configuration option enables a list of files.
ccflags-y += -DCONFIG_BMA_USE_PLATFORM_DATA
ccflags-y += -DBMM_USE_BASIC_I2C_FUNC
ccflags-y += -DCONFIG_LGE_SENSOR

ifeq ($(CONFIG_SENSOR_ATMF04),y)
obj-$(CONFIG_SENSOR_ATMF04_2CH) += atmf04_2CH.o
obj-$(CONFIG_SENSOR_ATMF04_SINGLE) += atmf04.o
obj-$(CONFIG_SENSOR_ATMF04_2ND) += atmf04_2nd.o
obj-$(CONFIG_SAR_ATMF04_12QFN) += atmf04_12qfn.o
endif
