Commit 热身赛一级赛题3

This commit is contained in:
JasenChao
2023-05-24 16:39:32 +08:00
parent 7754a149a9
commit 832ebbfaec
11 changed files with 265 additions and 0 deletions

View File

@@ -99,6 +99,10 @@ ifeq ($(CONFIG_ADD_XIZI_FETURES),y)
ifeq ($(CONFIG_USER_TEST_TIMER),y)
SRC_FILES += test_timer.c
endif
ifeq ($(CONFIG_USER_TEST_RADIX),y)
SRC_FILES += test_radix_tree/test_radix_tree.c
endif
include $(KERNEL_ROOT)/compiler.mk