summaryrefslogtreecommitdiff
path: root/examples/build_system/make
diff options
context:
space:
mode:
authorHa Thach <[email protected]>2024-05-06 18:28:46 +0700
committerGitHub <[email protected]>2024-05-06 18:28:46 +0700
commit4101369c350466f1f66762d17d221fd85d64b95f (patch)
tree073b3bbbc50c38fbc34a469bf60d698e0cee6b68 /examples/build_system/make
parenta435befcdeb6bbd40cf3ba342756f8d73f031957 (diff)
parentdfda0b124f4e436e81770cb4986523da1036f654 (diff)
Merge pull request #2622 from hathach/ci-update
Ci update
Diffstat (limited to 'examples/build_system/make')
-rw-r--r--examples/build_system/make/cpu/arm1176jzf-s.mk (renamed from examples/build_system/make/cpu/arm1176.mk)0
-rw-r--r--examples/build_system/make/cpu/arm926ej-s.mk9
2 files changed, 9 insertions, 0 deletions
diff --git a/examples/build_system/make/cpu/arm1176.mk b/examples/build_system/make/cpu/arm1176jzf-s.mk
index 022ccf7ad..022ccf7ad 100644
--- a/examples/build_system/make/cpu/arm1176.mk
+++ b/examples/build_system/make/cpu/arm1176jzf-s.mk
diff --git a/examples/build_system/make/cpu/arm926ej-s.mk b/examples/build_system/make/cpu/arm926ej-s.mk
new file mode 100644
index 000000000..5b84f514f
--- /dev/null
+++ b/examples/build_system/make/cpu/arm926ej-s.mk
@@ -0,0 +1,9 @@
+ifeq ($(TOOLCHAIN),gcc)
+ CFLAGS += \
+ -mcpu=arm926ej-s \
+
+else ifeq ($(TOOLCHAIN),iar)
+ #CFLAGS += --cpu cortex-a53
+ #ASFLAGS += --cpu cortex-a53
+
+endif