From a4f034981326b34ea4726d8d27285fdf7ba0d041 Mon Sep 17 00:00:00 2001 From: haopengxiang Date: Thu, 3 Aug 2023 15:50:44 +0800 Subject: [PATCH] benchmarks/coremark: fix no coremark in bin Signed-off-by: haopengxiang --- benchmarks/coremark/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/coremark/Makefile b/benchmarks/coremark/Makefile index afd371d4e..a26accaa3 100644 --- a/benchmarks/coremark/Makefile +++ b/benchmarks/coremark/Makefile @@ -115,6 +115,6 @@ MAINSRC += core_main.c # Build with WebAssembly when CONFIG_INTERPRETERS_WAMR is enabled -WASM_BUILD = y +WASM_BUILD = both include $(APPDIR)/Application.mk