pmaports-a71/device/testing/linux-wiko-v12bnlite/fix_fp_driver_path_makefile.patch
Firstbober 5a4c8d7583
wiko-v12bnlite: new device (MR 2439)
[ci:skip-build] Already built on CI in MR
2021-08-18 16:01:26 +03:00

19 lines
580 B
Diff

commit e52824b6ce950050b5dca60cf86ad3f42a5211e5
Author: Firstbober <firstbober@tutanota.com>
Date: Sat Aug 14 15:29:30 2021 +0200
Fix path to fingerprint driver in makefile.
diff --git a/drivers/input/Makefile b/drivers/input/Makefile
index e1e0bb21..a0d102fd 100644
--- a/drivers/input/Makefile
+++ b/drivers/input/Makefile
@@ -40,6 +40,6 @@ else
include $(PWD)/vendor/tinno/Fingerprint-N/kernel_macro_cfg
endif
ifneq ($(strip $(TINNO_FINGERPRINT_SUPPORT)),)
-obj-y += ../../../../$(kernel_fp_source_dir)/
+obj-y += ../../$(kernel_fp_source_dir)/
endif
#TINNO END