fix a bug

This commit is contained in:
Wang_Weigen
2021-05-29 14:07:00 +08:00
parent 9f56e71545
commit 3e65883a7f
2 changed files with 7 additions and 3 deletions

View File

@@ -1,5 +1,4 @@
SRC_FILES := test_main.c
SRC_FILES += extsram_test.c
ifeq ($(CONFIG_KERNEL_TEST_SEM),y)
SRC_FILES += test_sem.c
@@ -32,6 +31,9 @@ endif
ifeq ($(CONFIG_KERNEL_TEST_MEM),y)
SRC_FILES += test_mem.c
SRC_FILES += test_gatherblock.c
ifeq ($(CONFIG_MEM_EXTERN_SRAM),y)
SRC_FILES += extsram_test.c
endif
endif
ifeq ($(CONFIG_KERNEL_TEST_TIMER),y)