aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authordragonpt <cesar.maximo@gmail.com>2015-11-22 18:03:15 +0000
committerMoyster <oysterized@gmail.com>2016-09-16 13:22:49 +0200
commit090990794efc43563fcf1069d935bbbfbdd4ed87 (patch)
tree8ceca499a0c978a95104b2b7a9b437579de94171 /Makefile
parente776cf6b8886271f11e0ed76ff0091e4146c8dbb (diff)
Makefile: Cortex-A53 ARM optimized flags
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 4c1a6521b..030c0d5f1 100644
--- a/Makefile
+++ b/Makefile
@@ -375,6 +375,8 @@ KBUILD_CFLAGS := -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs \
-Wno-format-security \
-fno-delete-null-pointer-checks \
-Werror=format -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast \
+ -mtune=cortex-a53 \
+ -march=armv8-a \
-std=gnu89
KBUILD_AFLAGS_KERNEL :=