diff options
| -rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 := |
