aboutsummaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorDenis Shienkov <denis.shienkov@gmail.com>2020-03-17 09:31:50 +0300
committerRichard Weickelt <richard@weickelt.de>2020-03-17 11:33:59 +0000
commit175904698ae0974f463d242fba691bcf4afc96f2 (patch)
treef8d07051975df56ed53bf18a81461532e8b1ee98 /share
parent1e855768b4b1f47e12756d1dd0eb2a523945d88b (diff)
baremetal: Fix typo for STM8 assembler file tagging in SDCC toolchain
Change-Id: I6a1eac610eb7af8c0ee3e09f5ce2a48a2cf58ba2 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io> Reviewed-by: Ivan Komissarov <ABBAPOH@gmail.com>
Diffstat (limited to 'share')
-rw-r--r--share/qbs/modules/cpp/sdcc.qbs2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/qbs/modules/cpp/sdcc.qbs b/share/qbs/modules/cpp/sdcc.qbs
index ec763ba47..1dec2555d 100644
--- a/share/qbs/modules/cpp/sdcc.qbs
+++ b/share/qbs/modules/cpp/sdcc.qbs
@@ -105,7 +105,7 @@ CppModule {
}
FileTagger {
- condition: qbs.architecture === "arm";
+ condition: qbs.architecture === "stm8";
patterns: "*.s"
fileTags: ["asm"]
}