commit | facadba6a12813d8bbc5586261d873fa5f3dd4fa | [log] [tgz] |
---|---|---|
author | Shawn Guo <shawn.guo@linaro.org> | Wed Feb 26 19:57:56 2014 +0800 |
committer | Shawn Guo <shawn.guo@linaro.org> | Wed Mar 05 10:40:50 2014 +0800 |
tree | 635788d6833b451f8c59fdcbfa94563c37f7f9af | |
parent | c356bdb407baf23b202a6b4d2234114db6ae55bd [diff] |
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 <shawn.guo@linaro.org>