ARM: 6778/1: compressed/head.S: make LDFLAGS_vmlinux into a recursively expanded...
authorNicolas Pitre <nicolas.pitre@linaro.org>
Wed, 2 Mar 2011 17:08:55 +0000 (18:08 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Wed, 9 Mar 2011 00:18:48 +0000 (00:18 +0000)
commit1cf7cf06c92ba46ac0e0654ad8aad4c93ae412db
tree4557716baa2e405e53de832a9e2721ea622461af
parentd7ed36a4ea84e3a850f9932e2058ceef987d1acd
ARM: 6778/1: compressed/head.S: make LDFLAGS_vmlinux into a recursively expanded variable

The simply expanded variable may be evaluated before the target file for
the stat command is up to date or even exists.  Switching to a recursively
expanded variable move the execution of the stat command to the location
where LDFLAGS_vmlinux is actually used, fixing the dependency issue
introduced by patch #6746/1.

Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/boot/compressed/Makefile