summaryrefslogtreecommitdiff
path: root/tools/make/cpu/cortex-a53.mk
diff options
context:
space:
mode:
Diffstat (limited to 'tools/make/cpu/cortex-a53.mk')
-rw-r--r--tools/make/cpu/cortex-a53.mk12
1 files changed, 0 insertions, 12 deletions
diff --git a/tools/make/cpu/cortex-a53.mk b/tools/make/cpu/cortex-a53.mk
deleted file mode 100644
index 42e522ecf..000000000
--- a/tools/make/cpu/cortex-a53.mk
+++ /dev/null
@@ -1,12 +0,0 @@
-ifeq ($(TOOLCHAIN),gcc)
- CFLAGS += \
- -mcpu=cortex-a53 \
-
-else ifeq ($(TOOLCHAIN),iar)
- CFLAGS += \
- --cpu cortex-a53 \
-
- ASFLAGS += \
- --cpu cortex-a53 \
-
-endif