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)
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>

No differences found