diff options
author | dianlujitao <dianlujitao@lineageos.org> | 2020-02-08 13:59:30 +0800 |
---|---|---|
committer | Michael Bestas <mkbestas@lineageos.org> | 2020-05-01 18:21:37 +0300 |
commit | 1a1279a83fd39034a3fdca21ed9064a4cd38d6b9 (patch) | |
tree | 060860ef4c95ab6dbd19739715d5058425b0ff75 /firmware/Makefile | |
parent | e8636ad7de158ecd66fc79700a39fb1058d1f917 (diff) |
input: touchscreen: Import synaptics_dsx_force driver and firmware
Change-Id: I40f2a859ab86548a7da140cf2fc80de4640aacbf
Diffstat (limited to 'firmware/Makefile')
-rw-r--r-- | firmware/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/Makefile b/firmware/Makefile index 05ac8f0a9246..691852793e89 100644 --- a/firmware/Makefile +++ b/firmware/Makefile @@ -104,6 +104,8 @@ fw-shipped-$(CONFIG_USB_EMI62) += emi62/loader.fw emi62/bitstream.fw \ fw-shipped-$(CONFIG_USB_KAWETH) += kaweth/new_code.bin kaweth/trigger_code.bin \ kaweth/new_code_fix.bin \ kaweth/trigger_code_fix.bin +fw-shipped-$(CONFIG_TOUCHSCREEN_SYNAPTICS_DSX_FORCE) += synaptics_jdi_3331_c8.fw \ + synaptics_jdi_3330_c8.fw synaptics_sharp_4322_c8.fw ifdef CONFIG_FIRMWARE_IN_KERNEL fw-shipped-$(CONFIG_USB_SERIAL_KEYSPAN_MPR) += keyspan/mpr.fw fw-shipped-$(CONFIG_USB_SERIAL_KEYSPAN_USA18X) += keyspan/usa18x.fw |