diff --git a/model/input/Makefile b/model/input/Makefile index 73e48848292c189650efd5c63f872bfacc04a57d..024bc5e2d1b856f72a17ec8583d95f4cf1871422 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