From 62824ef7badfc4e883e185b9c1744e6c0398ba58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=84=E5=87=AF?= Date: Fri, 10 Sep 2021 03:14:19 +0000 Subject: [PATCH] Signed-off-by: huangkai71 --- model/input/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/model/input/Makefile b/model/input/Makefile index 73e4884..024bc5e 100644 --- a/model/input/Makefile +++ b/model/input/Makefile @@ -21,8 +21,7 @@ obj-$(CONFIG_DRIVERS_HDF_INPUT) += \ $(INPUT_ROOT_DIR)/event_hub.o \ $(INPUT_ROOT_DIR)/hdf_touch.o \ $(INPUT_ROOT_DIR)/hdf_key.o \ - $(INPUT_ROOT_DIR)/hdf_hid_adapter.o \ - $(INPUT_ROOT_DIR)/hdf_encoder.o + $(INPUT_ROOT_DIR)/hdf_hid_adapter.o obj-$(CONFIG_DRIVERS_HDF_TP_5P5_GT911) += \ $(INPUT_ROOT_DIR)/touchscreen/touch_gt911.o -- Gitee