diff options
| author | hathach <[email protected]> | 2024-04-24 19:21:26 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2024-04-24 19:21:26 +0700 |
| commit | a7bf0e3e7f7799c28e370826710810033c117744 (patch) | |
| tree | 1ac7cb708010473050ceeab0f6ff6c7750eaa6d1 /examples/build_system/make/rules.mk | |
| parent | 366f1cf1863bad626af10347f8ff3d0ef7f6ea2b (diff) | |
clang make work for samd21
Diffstat (limited to 'examples/build_system/make/rules.mk')
| -rw-r--r-- | examples/build_system/make/rules.mk | 2 |
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 |
