summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/projects/embed/gnu-rm/hello/xmake.lua2
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")