#
# Makefile for the input.
#
 
ifeq ($(CONFIG_HUAWEI_VIBRATOR), y)
EXTRA_CFLAGS += -I$(srctree)/drivers/huawei_platform/vibrator/vibrator_event
endif
 
obj-$(CONFIG_FLAT_VIBRATOR)   += flat_vibrator.o
obj-$(CONFIG_POWERKEY_SPMI)   += powerkey_spmi.o
 
ifneq (,$(filter y,$(CONFIG_FLAT_VIBRATOR) $(CONFIG_POWERKEY_SPMI)))
EXTRA_CFLAGS += -I$(srctree)/platform_source/basicplatform/drivers/input/
endif