summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tango/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-tango/Makefile')
-rw-r--r--arch/arm/mach-tango/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/arm/mach-tango/Makefile b/arch/arm/mach-tango/Makefile
index 99422ea743fd..f33935e42e77 100644
--- a/arch/arm/mach-tango/Makefile
+++ b/arch/arm/mach-tango/Makefile
@@ -1,3 +1,5 @@
plus_sec := $(call as-instr,.arch_extension sec,+sec)
-AFLAGS_smc.o :=-Wa,-march=armv7-a$(plus_sec)
+AFLAGS_smc.o := -Wa,-march=armv7-a$(plus_sec)
+
obj-y += setup.o smc.o
+obj-$(CONFIG_SMP) += platsmp.o