diff options
| author | dragonpt <cesar.maximo@gmail.com> | 2015-11-22 18:03:15 +0000 |
|---|---|---|
| committer | Moyster <oysterized@gmail.com> | 2016-09-16 13:22:49 +0200 |
| commit | 090990794efc43563fcf1069d935bbbfbdd4ed87 (patch) | |
| tree | 8ceca499a0c978a95104b2b7a9b437579de94171 | |
| parent | e776cf6b8886271f11e0ed76ff0091e4146c8dbb (diff) | |
Makefile: Cortex-A53 ARM optimized flags
| -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 := |
