summaryrefslogtreecommitdiff
path: root/tests/projects/mdk/hello/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2021-10-26 23:06:48 +0800
committerruki <[email protected]>2021-10-26 23:06:48 +0800
commitf818c0d180bd0e19070dbe03e0cbc1405712b2ed (patch)
tree64ebcbe224125fb7ab08a350031e7d07a2f17804 /tests/projects/mdk/hello/xmake.lua
parent59a6225f09410e8e4cdadd224e31f92d575537e3 (diff)
impl armcc and armasm
Diffstat (limited to 'tests/projects/mdk/hello/xmake.lua')
-rw-r--r--tests/projects/mdk/hello/xmake.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/projects/mdk/hello/xmake.lua b/tests/projects/mdk/hello/xmake.lua
index faa68cf5f..af9f2acde 100644
--- a/tests/projects/mdk/hello/xmake.lua
+++ b/tests/projects/mdk/hello/xmake.lua
@@ -3,4 +3,4 @@ target("hello")
set_kind("binary")
set_extension(".axf")
add_files("src/**.c", "src/**.s")
-
+ add_defines("__EVAL", "__MICROLIB")