From: Shawn Guo Date: Wed, 26 Feb 2014 11:57:56 +0000 (+0800) Subject: ARM: imx6: build headsmp.o only on CONFIG_SMP X-Git-Tag: v3.15-rc1~79^2~19^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=facadba6a12813d8bbc5586261d873fa5f3dd4fa;p=pandora-kernel.git ARM: imx6: build headsmp.o only on CONFIG_SMP 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 --- Reading git-diff-tree failed