Skip to content

Commit

Permalink
Added -mtune=cortex-a9 to KBUILD_CFLAGS
Browse files Browse the repository at this point in the history
  • Loading branch information
HomuHomu committed Apr 19, 2012
1 parent 8dcb82c commit 350e0c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Expand Up @@ -369,7 +369,8 @@ KBUILD_CFLAGS := -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs \
-fno-strict-aliasing -fno-common -mno-unaligned-access \
-Werror-implicit-function-declaration \
-Wno-format-security \
-fno-delete-null-pointer-checks
-fno-delete-null-pointer-checks \
-mtune=cortex-a9
KBUILD_AFLAGS_KERNEL :=
KBUILD_CFLAGS_KERNEL :=
KBUILD_AFLAGS := -D__ASSEMBLY__
Expand Down

0 comments on commit 350e0c0

Please sign in to comment.