#
## Makefile for the touchscreen drivers.
#
#
## Each configuration option enables a list of files.

# Touch Core Driver Common Header Code..!!
ccflags-y += -I$(srctree)/drivers/input/touchscreen/lge/

obj-$(CONFIG_LGE_TOUCH_LG4894)		+= LG4894/
obj-$(CONFIG_LGE_TOUCH_LGSIC_SW49106)	+= SW49106/
obj-$(CONFIG_LGE_TOUCH_LGSIC_SW49107)	+= SW49107/
obj-$(CONFIG_LGE_TOUCH_LGSIW_SW49110)	+= SW49110/
