diff options
| author | Meizu OpenSource <patchwork@meizu.com> | 2016-08-15 10:19:42 +0800 |
|---|---|---|
| committer | Meizu OpenSource <patchwork@meizu.com> | 2016-08-15 10:19:42 +0800 |
| commit | d2e1446d81725c351dc73a03b397ce043fb18452 (patch) | |
| tree | 4dbc616b7f92aea39cd697a9084205ddb805e344 /drivers/input/touchscreen/mediatek/synaptics_3320/Makefile | |
| download | android_kernel_m2note-d2e1446d81725c351dc73a03b397ce043fb18452.tar.gz | |
first commit
Diffstat (limited to 'drivers/input/touchscreen/mediatek/synaptics_3320/Makefile')
| -rwxr-xr-x | drivers/input/touchscreen/mediatek/synaptics_3320/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/drivers/input/touchscreen/mediatek/synaptics_3320/Makefile b/drivers/input/touchscreen/mediatek/synaptics_3320/Makefile new file mode 100755 index 000000000..0eae286ef --- /dev/null +++ b/drivers/input/touchscreen/mediatek/synaptics_3320/Makefile @@ -0,0 +1,18 @@ +include $(srctree)/drivers/misc/mediatek/Makefile.custom + + +ccflags-y += -I$(MTK_PROJECT_PATH_ROOT)/touchpanel/synaptics_3320/ + +# Linux driver folder +ccflags-y += -I$(srctree)/drivers/input/touchscreen/mediatek/$(MTK_PLATFORM)/$(ARCH_MTK_PROJECT)/synaptics_3320/ +ccflags-y += -I$(srctree)/drivers/input/touchscreen/mediatek/ + + +ifeq ($(CONFIG_MTK_PLATFORM),"mt6582") + ccflags-y += -DMT6582 +endif +obj-y += s3320_driver.o +obj-y += s3320_fw_update.o +obj-y += RefCode_CustomerImplementation.o +obj-y += RefCode_F54.o + |
