From 7968c0761d0c08308f2f26876c2851f09aa56266 Mon Sep 17 00:00:00 2001 From: Liu_Weichao Date: Wed, 26 Jul 2023 17:47:32 +0800 Subject: [PATCH] fix 2023 open source pr conflict --- APP_Framework/Applications/app_test/Makefile | 8 -------- 1 file changed, 8 deletions(-) diff --git a/APP_Framework/Applications/app_test/Makefile b/APP_Framework/Applications/app_test/Makefile index 738644ddb..d3097d88e 100644 --- a/APP_Framework/Applications/app_test/Makefile +++ b/APP_Framework/Applications/app_test/Makefile @@ -101,13 +101,5 @@ ifeq ($(CONFIG_ADD_XIZI_FEATURES),y) SRC_FILES += test_timer.c endif - ifeq ($(CONFIG_USER_TEST_RADIX),y) - SRC_FILES += test_radix_tree/test_radix_tree.c - endif - - ifeq ($(CONFIG_USER_TEST_HASH),y) - SRC_FILES += test_hash/test_hash.c - endif - include $(KERNEL_ROOT)/compiler.mk endif