diff options
author | Arnd Bergmann <arnd@arndb.de> | 2013-03-19 17:45:37 +0100 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2013-03-25 12:29:42 +0100 |
commit | cf82e0e40525d3525445ada6569525cc44aad46f (patch) | |
tree | 4b6042576fc138698fddf22c9750265c3e98cb87 /arch/arm/mach-prima2/Makefile | |
parent | 275786b71d42bb54c03c15197128d7cb05d4dd8b (diff) |
ARM: sirf: enable multiplatform support
All the prerequisites are there now, so we can move sirf into multiplatform.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/mach-prima2/Makefile')
-rw-r--r-- | arch/arm/mach-prima2/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-prima2/Makefile b/arch/arm/mach-prima2/Makefile index 52ac738881c..7a6b4a32312 100644 --- a/arch/arm/mach-prima2/Makefile +++ b/arch/arm/mach-prima2/Makefile @@ -6,3 +6,5 @@ obj-$(CONFIG_CACHE_L2X0) += l2x0.o obj-$(CONFIG_SUSPEND) += pm.o sleep.o obj-$(CONFIG_SMP) += platsmp.o headsmp.o obj-$(CONFIG_HOTPLUG_CPU) += hotplug.o + +CFLAGS_hotplug.o += -march=armv7-a |