Merge branch 'stable-3.2' into pandora-3.2
[pandora-kernel.git] / arch / arm / Makefile
index 4a93374..e9925e0 100644 (file)
@@ -99,6 +99,8 @@ tune-$(CONFIG_CPU_FEROCEON)   :=$(call cc-option,-mtune=marvell-f,-mtune=xscale)
 tune-$(CONFIG_CPU_V6)          :=$(call cc-option,-mtune=arm1136j-s,-mtune=strongarm)
 tune-$(CONFIG_CPU_V6K)         :=$(call cc-option,-mtune=arm1136j-s,-mtune=strongarm)
 
+tune-$(CONFIG_MACH_OMAP3_PANDORA) :=-mtune=cortex-a8
+
 ifeq ($(CONFIG_AEABI),y)
 CFLAGS_ABI     :=-mabi=aapcs-linux -mno-thumb-interwork
 else