summaryrefslogtreecommitdiff
path: root/examples/build_system/make/rules.mk
diff options
context:
space:
mode:
authorhathach <[email protected]>2024-04-24 19:21:26 +0700
committerhathach <[email protected]>2024-04-24 19:21:26 +0700
commita7bf0e3e7f7799c28e370826710810033c117744 (patch)
tree1ac7cb708010473050ceeab0f6ff6c7750eaa6d1 /examples/build_system/make/rules.mk
parent366f1cf1863bad626af10347f8ff3d0ef7f6ea2b (diff)
clang make work for samd21
Diffstat (limited to 'examples/build_system/make/rules.mk')
-rw-r--r--examples/build_system/make/rules.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/build_system/make/rules.mk b/examples/build_system/make/rules.mk
index 78fce49d2..7b6b339ed 100644
--- a/examples/build_system/make/rules.mk
+++ b/examples/build_system/make/rules.mk
@@ -24,7 +24,7 @@ vpath %.c . $(TOP)
vpath %.s . $(TOP)
vpath %.S . $(TOP)
-include ${TOP}/examples/build_system/make/toolchain/arm_$(TOOLCHAIN)_rules.mk
+include ${TOP}/examples/build_system/make/toolchain/$(TOOLCHAIN)_rules.mk
# ---------------------------------------
# Compiler Flags