aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Hillenbrand <daniel.hillenbrand@codeworkx.de>2012-07-22 08:24:33 +0200
committerDaniel Hillenbrand <daniel.hillenbrand@codeworkx.de>2012-07-22 08:24:33 +0200
commit1fac3f06074b6c49e3beb5f525480134f4397d53 (patch)
tree526f624bd6d1af1709cf4bdb88f7b635137fab6a /Makefile
parent5cd9c9ee8c8c43d9a97d2ee1c9f5b0da20668e36 (diff)
downloadkernel_samsung_smdk4412-1fac3f06074b6c49e3beb5f525480134f4397d53.zip
kernel_samsung_smdk4412-1fac3f06074b6c49e3beb5f525480134f4397d53.tar.gz
kernel_samsung_smdk4412-1fac3f06074b6c49e3beb5f525480134f4397d53.tar.bz2
gcc 4.6 compat
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0b2fb63..fea1d0d 100644
--- a/Makefile
+++ b/Makefile
@@ -368,7 +368,8 @@ KBUILD_CFLAGS := -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs \
-fno-strict-aliasing -fno-common \
-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__