diff options
author | Shawn Guo <shawn.guo@linaro.org> | 2011-09-06 02:59:40 -0400 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2011-10-31 09:26:24 -0400 |
commit | 69c31b7a6e9cd4654ed0bfc7e70b4d7076a5cdb3 (patch) | |
tree | 2f0581360d423e9d472a4c163e91babde57cd167 /arch/arm/mach-imx/Makefile | |
parent | 9fbbe6890c88aa332efe61d5894108dd8b932530 (diff) |
arm/imx6q: add smp and cpu hotplug support
It adds smp and cpu hotplug support for imx6q.
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/mach-imx/Makefile')
-rw-r--r-- | arch/arm/mach-imx/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/mach-imx/Makefile b/arch/arm/mach-imx/Makefile index 65218d98a78d..f1098507a887 100644 --- a/arch/arm/mach-imx/Makefile +++ b/arch/arm/mach-imx/Makefile | |||
@@ -65,4 +65,9 @@ obj-$(CONFIG_DEBUG_LL) += lluart.o | |||
65 | obj-$(CONFIG_HAVE_IMX_GPC) += gpc.o | 65 | obj-$(CONFIG_HAVE_IMX_GPC) += gpc.o |
66 | obj-$(CONFIG_HAVE_IMX_MMDC) += mmdc.o | 66 | obj-$(CONFIG_HAVE_IMX_MMDC) += mmdc.o |
67 | obj-$(CONFIG_HAVE_IMX_SRC) += src.o | 67 | obj-$(CONFIG_HAVE_IMX_SRC) += src.o |
68 | obj-$(CONFIG_CPU_V7) += head-v7.o | ||
69 | AFLAGS_head-v7.o :=-Wa,-march=armv7-a | ||
70 | obj-$(CONFIG_SMP) += platsmp.o | ||
71 | obj-$(CONFIG_HOTPLUG_CPU) += hotplug.o | ||
72 | obj-$(CONFIG_LOCAL_TIMERS) += localtimer.o | ||
68 | obj-$(CONFIG_SOC_IMX6Q) += clock-imx6q.o | 73 | obj-$(CONFIG_SOC_IMX6Q) += clock-imx6q.o |