diff options
| -rw-r--r-- | arch/arm/mach-spear/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/mach-spear/Makefile b/arch/arm/mach-spear/Makefile index dc9ce80508ad..8aaf724e1ea4 100644 --- a/arch/arm/mach-spear/Makefile +++ b/arch/arm/mach-spear/Makefile | |||
| @@ -7,10 +7,10 @@ ccflags-$(CONFIG_ARCH_MULTIPLATFORM) := -I$(srctree)/$(src)/include | |||
| 7 | # Common support | 7 | # Common support |
| 8 | obj-y := restart.o time.o | 8 | obj-y := restart.o time.o |
| 9 | 9 | ||
| 10 | obj-$(CONFIG_SMP) += headsmp.o platsmp.o | 10 | smp-$(CONFIG_SMP) += headsmp.o platsmp.o |
| 11 | obj-$(CONFIG_HOTPLUG_CPU) += hotplug.o | 11 | smp-$(CONFIG_HOTPLUG_CPU) += hotplug.o |
| 12 | 12 | ||
| 13 | obj-$(CONFIG_ARCH_SPEAR13XX) += spear13xx.o | 13 | obj-$(CONFIG_ARCH_SPEAR13XX) += spear13xx.o $(smp-y) |
| 14 | obj-$(CONFIG_MACH_SPEAR1310) += spear1310.o | 14 | obj-$(CONFIG_MACH_SPEAR1310) += spear1310.o |
| 15 | obj-$(CONFIG_MACH_SPEAR1340) += spear1340.o | 15 | obj-$(CONFIG_MACH_SPEAR1340) += spear1340.o |
| 16 | 16 | ||
