Home
last modified time | relevance | path

Searched hist:"4486 b86368d72bcac76439638b36667b1c6a1360" (Results 1 – 2 of 2) sorted by relevance

/linux/arch/arm/boot/compressed/
H A D.gitignorediff 4486b86368d72bcac76439638b36667b1c6a1360 Sun Jun 03 19:54:42 CEST 2007 Russell King <rmk@dyn-67.arm.linux.org.uk> [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>
H A DMakefilediff 4486b86368d72bcac76439638b36667b1c6a1360 Sun Jun 03 19:54:42 CEST 2007 Russell King <rmk@dyn-67.arm.linux.org.uk> [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>