From f07de595ab486073dce8aedf7ee06e8a26d57e07 Mon Sep 17 00:00:00 2001 From: YOUR_NAME Date: Mon, 18 Oct 2021 20:13:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=AF=B4=E6=98=8E=EF=BC=9A1.?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0mipi=5Fcsi=5Ftest=E7=AD=89=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E7=9A=84=E7=BC=96=E8=AF=91=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: YOUR_NAME --- test/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/Makefile b/test/Makefile index fcf4e25..f17035e 100644 --- a/test/Makefile +++ b/test/Makefile @@ -43,6 +43,8 @@ obj-$(CONFIG_DRIVERS_HDF_PLATFORM_WATCHDOG) += $(HDF_FRAMWORK_TEST_ROOT)/platfor $(HDF_FRAMWORK_TEST_ROOT)/platform/hdf_watchdog_entry_test.o obj-$(CONFIG_DRIVERS_HDF_PLATFORM_MIPI_DSI) += $(HDF_FRAMWORK_TEST_ROOT)/platform/common/mipi_dsi_test.o \ $(HDF_FRAMWORK_TEST_ROOT)/platform/hdf_mipi_dsi_entry_test.o +obj-$(CONFIG_DRIVERS_HDF_PLATFORM_MIPI_CSI) += $(HDF_FRAMWORK_TEST_ROOT)/platform/common/mipi_csi_test.o \ + $(HDF_FRAMWORK_TEST_ROOT)/platform/hdf_mipi_csi_entry_test.o obj-$(CONFIG_DRIVERS_HDF_WIFI) += $(HDF_FRAMWORK_TEST_ROOT)/wifi/hdf_wifi_test.o \ $(HDF_FRAMWORK_TEST_ROOT)/model/network/wifi/unittest/netdevice/net_device_test.o \