From 090990794efc43563fcf1069d935bbbfbdd4ed87 Mon Sep 17 00:00:00 2001 From: dragonpt Date: Sun, 22 Nov 2015 18:03:15 +0000 Subject: Makefile: Cortex-A53 ARM optimized flags --- Makefile | 2 ++ 1 file changed, 2 insertions(+) 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 := -- cgit v1.2.3