]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
mips: fix build of vmlinux.lds
authorManuel Lauss <manuel.lauss@gmail.com>
Thu, 24 Sep 2009 19:44:24 +0000 (21:44 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 10 Nov 2009 00:22:47 +0000 (16:22 -0800)
commit039b7b2ecddd52d3e1d5cc4337d2b1f7053916eb
tree4890945d3785fa1ce09604d3b8feb68ece6dc3c7
parent55af1d631af064ed53eea5e4805ffac0deb66e2d
mips: fix build of vmlinux.lds

commit d71789b6fa37c21ce5eb588d279f57904a62e7e2 upstream.

Commit 51b563fc93c8cb5bff1d67a0a71c374e4a4ea049 ("arm, cris, mips,
sparc, powerpc, um, xtensa: fix build with bash 4.0") removed a few
CPPFLAGS with vital include paths necessary to build vmlinux.lds
on MIPS, and moved the calculation of the 'jiffies' symbol
directly to vmlinux.lds.S but forgot to change make ifdef/... to
cpp macros.

Signed-off-by: Manuel Lauss <manuel.lauss@gmail.com>
[sam: moved assignment of CPPFLAGS arch/mips/kernel/Makefile]
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Acked-by: Dmitri Vorobiev <dmitri.vorobiev@movial.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
arch/mips/kernel/Makefile
arch/mips/kernel/vmlinux.lds.S