From 52fed14413dc4a08af90704680d19d7265dafa55 Mon Sep 17 00:00:00 2001 From: guowen666 Date: Sat, 18 Jun 2022 03:49:08 +0000 Subject: [PATCH] add infrared driver Signed-off-by: guowen666 --- model/input/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/model/input/Makefile b/model/input/Makefile index 52eae07..e15b476 100644 --- a/model/input/Makefile +++ b/model/input/Makefile @@ -21,7 +21,8 @@ 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_hid_adapter.o \ + $(INPUT_ROOT_DIR)/hdf_infrared.o obj-$(CONFIG_DRIVERS_HDF_TP_5P5_GT911) += \ $(INPUT_ROOT_DIR)/touchscreen/touch_gt911.o -- Gitee