ARM: 7709/1: mcpm: Add explicit AFLAGS to support v6/v7 multiplatform kernels
authorDave Martin <dave.martin@linaro.org>
Thu, 2 May 2013 10:38:10 +0000 (11:38 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 2 May 2013 11:14:34 +0000 (12:14 +0100)
commit70100a02268423b7bceafdf0ed6b0245f9baf7e8
tree57705223d19b648b06353e47035c1f3ba01e2ecb
parenta126f7c41d80322b42ae0383ed3dcb17ee0296fc
ARM: 7709/1: mcpm: Add explicit AFLAGS to support v6/v7 multiplatform kernels

The full mcpm layer is not likely to be relevant to v6 based
platforms, so a multiplatform kernel won't use that code if booted
on v6 hardware.

This patch modifies the AFLAGS for affected mcpm .S files to
specify armv7-a explicitly for that code.

Signed-off-by: Dave Martin <dave.martin@linaro.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Nicolas Pitre <nico@linaro.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/common/Makefile