diff options
| author | ruki <[email protected]> | 2021-10-26 23:06:48 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2021-10-26 23:06:48 +0800 |
| commit | f818c0d180bd0e19070dbe03e0cbc1405712b2ed (patch) | |
| tree | 64ebcbe224125fb7ab08a350031e7d07a2f17804 /tests/projects/mdk/hello/xmake.lua | |
| parent | 59a6225f09410e8e4cdadd224e31f92d575537e3 (diff) | |
impl armcc and armasm
Diffstat (limited to 'tests/projects/mdk/hello/xmake.lua')
| -rw-r--r-- | tests/projects/mdk/hello/xmake.lua | 2 |
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") |
