mips: Fix KBUILD_CPPFLAGS definition
authorMichal Marek <mmarek@suse.cz>
Thu, 10 May 2012 12:22:10 +0000 (14:22 +0200)
committerMichal Marek <mmarek@suse.cz>
Tue, 15 May 2012 22:35:06 +0000 (00:35 +0200)
commitf7fc237e330deaaea4ba6726b603d4058d1e6b38
treea6110b7d3fdc3432e5c280d8fce06b11b45275b5
parent00e6c28c6808c0ef6a3f25bb420d037fbb724d84
mips: Fix KBUILD_CPPFLAGS definition

The KBUILD_CPPFLAGS variable is no longer passed to sh -c 'gcc ...',
but exported and used by the link-vmlinux.sh script. This means that the
double-quotes will not be evaluated by the shell.

Reported-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: Michal Marek <mmarek@suse.cz>
arch/mips/Makefile