[ARM] riscpc: fix decompressor font file handling
authorRussell King <rmk@dyn-67.arm.linux.org.uk>
Sun, 3 Jun 2007 17:54:42 +0000 (18:54 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 12 Jul 2007 10:13:32 +0000 (11:13 +0100)
commit4486b86368d72bcac76439638b36667b1c6a1360
tree49391e0b3dddb6c40662f86f29796681e3ed8300
parent7dcca30a32aadb0520417521b0c44f42d09fe05c
[ARM] riscpc: fix decompressor font file handling

font_acorn_8x8.o was being built in drivers/video/console/ twice
during a build _in the same location_ - once for the kernel proper,
and once for the decompressor.  The result is when you came to run an
install target, the kernel was always rebuilt due to this file
apparantly having been built with different compiler arguments.

Solve this by making a local copy at build time in the decompressor's
directory.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/boot/compressed/.gitignore
arch/arm/boot/compressed/Makefile