summaryrefslogtreecommitdiffstats
path: root/kernel/arch/arm/mach-bcm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/arch/arm/mach-bcm/Makefile')
-rw-r--r--kernel/arch/arm/mach-bcm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/arch/arm/mach-bcm/Makefile b/kernel/arch/arm/mach-bcm/Makefile
index 4c38674c7..54d274da7 100644
--- a/kernel/arch/arm/mach-bcm/Makefile
+++ b/kernel/arch/arm/mach-bcm/Makefile
@@ -43,5 +43,5 @@ obj-$(CONFIG_ARCH_BCM_63XX) := bcm63xx.o
ifeq ($(CONFIG_ARCH_BRCMSTB),y)
CFLAGS_platsmp-brcmstb.o += -march=armv7-a
obj-y += brcmstb.o
-obj-$(CONFIG_SMP) += headsmp-brcmstb.o platsmp-brcmstb.o
+obj-$(CONFIG_SMP) += platsmp-brcmstb.o
endif