From 1ea0811e40a4d58713740bba234fa6cba02c1c86 Mon Sep 17 00:00:00 2001 From: rajkosto Date: Wed, 29 Sep 2010 08:44:20 +0200 Subject: [PATCH] specialize htcleo build for cortex a8 --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index cea78efc..dd9f0cbc 100644 --- a/Makefile +++ b/Makefile @@ -522,6 +522,10 @@ endif # $(dot-config) # Defaults vmlinux but it is usually overridden in the arch makefile all: vmlinux +#ifdef CONFIG_MACH_HTCLEO +KBUILD_CFLAGS += -mcpu=cortex-a8 -march=armv7-a -mtune=cortex-a8 -mfpu=vfpv3 +#endif + ifdef CONFIG_CC_OPTIMIZE_FOR_SIZE KBUILD_CFLAGS += -Os else