]> git.baikalelectronics.ru Git - kernel.git/commit
MIPS: Fix build error for uncompressed non-plain vmlinux kernels
authorRalf Baechle <ralf@linux-mips.org>
Fri, 26 Feb 2010 12:57:12 +0000 (13:57 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Sat, 27 Feb 2010 11:52:49 +0000 (12:52 +0100)
commitf9bfe7f114cbf0a8c25d550e5b3bec3426f630a3
tree290f15b11f72298907a0b84b23d6685ceed06569
parentf3cadadc60b7cbd54803b8ad3934d87856a7f82d
MIPS: Fix build error for uncompressed non-plain vmlinux kernels

Seen on rm200_defconfig for example:

  CC      arch/mips/boot/compressed/decompress.o
/home/ralf/src/linux/upstream-linus/arch/mips/boot/compressed/decompress.c: In function ‘decompress_kernel’:
/home/ralf/src/linux/upstream-linus/arch/mips/boot/compressed/decompress.c:116: error: implicit declaration of function ‘decompress’
make[3]: *** [arch/mips/boot/compressed/decompress.o] Error 1
make[2]: *** [vmlinuz.ecoff] Error 2
make[1]: *** [sub-make] Error 2
make: *** [all] Error 2

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/Makefile