ARM: imx6: build headsmp.o only on CONFIG_SMP
authorShawn Guo <shawn.guo@linaro.org>
Wed, 26 Feb 2014 11:57:56 +0000 (19:57 +0800)
committerShawn Guo <shawn.guo@linaro.org>
Wed, 5 Mar 2014 02:40:50 +0000 (10:40 +0800)
With v7_cpu_resume() being moved out of headsmp.S, all the remaining
code in the file is only needed by CONFIG_SMP build.  So we can control
the build of headsmp.o with only obj-$(CONFIG_SMP) now.

Signed-off-by: Shawn Guo <shawn.guo@linaro.org>

No differences found