diff options
| author | ruki <[email protected]> | 2022-10-20 09:19:42 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-10-20 09:19:42 +0800 |
| commit | dc0790271d4fd59dba00e31d9ef5f14851ec7fb8 (patch) | |
| tree | 7350984c93998d6b0f52329373c08752dd6b7ca5 /tests/projects/embed/gnu-rm/hello/xmake.lua | |
| parent | 59e34e811605572a2648c6a3c4eda8a4d1497b89 (diff) | |
Update xmake.lua
Diffstat (limited to 'tests/projects/embed/gnu-rm/hello/xmake.lua')
| -rw-r--r-- | tests/projects/embed/gnu-rm/hello/xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/projects/embed/gnu-rm/hello/xmake.lua b/tests/projects/embed/gnu-rm/hello/xmake.lua index 98cbfe405..bc97d3578 100644 --- a/tests/projects/embed/gnu-rm/hello/xmake.lua +++ b/tests/projects/embed/gnu-rm/hello/xmake.lua @@ -10,6 +10,6 @@ target("foo") target("hello") add_deps("foo") add_rules("gnu-rm.binary") - add_files("src/*.c", "src/*.s") + add_files("src/*.c", "src/*.S") add_files("src/*.ld") add_includedirs("src/lib/cmsis") |
