From dea09f243e33b43c8c8be40d8a471b4580db1de7 Mon Sep 17 00:00:00 2001 From: ruki Date: Tue, 26 Oct 2021 23:27:19 +0800 Subject: improve armlink --- tests/projects/mdk/hello/xmake.lua | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'tests/projects/mdk/hello/xmake.lua') diff --git a/tests/projects/mdk/hello/xmake.lua b/tests/projects/mdk/hello/xmake.lua index 710e29bcf..97d640297 100644 --- a/tests/projects/mdk/hello/xmake.lua +++ b/tests/projects/mdk/hello/xmake.lua @@ -1,5 +1,11 @@ add_rules("mode.debug", "mode.release") + +target("foo") + add_rules("mdk.static") + add_files("src/foo/*.c") + target("hello") + add_deps("foo") add_rules("mdk.console") add_files("src/*.c", "src/*.s") add_defines("__EVAL", "__MICROLIB") -- cgit v1.3.1