diff options
author | Santosh Shilimkar <santosh.shilimkar@ti.com> | 2009-04-28 11:22:05 -0400 |
---|---|---|
committer | Santosh Shilimkar <santosh.shilimkar@ti.com> | 2009-06-09 03:34:06 -0400 |
commit | 934f8be7b1020ad899bdba62842a5383e4c72aa8 (patch) | |
tree | 5b3ad910d4c584601b4868053708b3f802410c16 /arch/arm/mach-omap2 | |
parent | 39e1d4c18f34190c739f765ae56bfaa9cbbc6fdb (diff) |
ARM: OMAP4: SMP: Enable SMP support for OMAP4430
This patch enables SMP on OMAP4430 SDP platform.
Signed-off-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
Diffstat (limited to 'arch/arm/mach-omap2')
-rw-r--r-- | arch/arm/mach-omap2/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/Makefile b/arch/arm/mach-omap2/Makefile index 6226e64d99a1..735bae5b0dec 100644 --- a/arch/arm/mach-omap2/Makefile +++ b/arch/arm/mach-omap2/Makefile | |||
@@ -14,6 +14,10 @@ obj-$(CONFIG_ARCH_OMAP3) += $(omap-2-3-common) $(prcm-common) $(clock-common) | |||
14 | 14 | ||
15 | obj-$(CONFIG_OMAP_MCBSP) += mcbsp.o | 15 | obj-$(CONFIG_OMAP_MCBSP) += mcbsp.o |
16 | 16 | ||
17 | # SMP support ONLY available for OMAP4 | ||
18 | obj-$(CONFIG_SMP) += omap-smp.o omap-headsmp.o | ||
19 | obj-$(CONFIG_LOCAL_TIMERS) += timer-mpu.o | ||
20 | |||
17 | # Functions loaded to SRAM | 21 | # Functions loaded to SRAM |
18 | obj-$(CONFIG_ARCH_OMAP2420) += sram242x.o | 22 | obj-$(CONFIG_ARCH_OMAP2420) += sram242x.o |
19 | obj-$(CONFIG_ARCH_OMAP2430) += sram243x.o | 23 | obj-$(CONFIG_ARCH_OMAP2430) += sram243x.o |