From: Michal Marek Date: Thu, 10 May 2012 12:22:10 +0000 (+0200) Subject: mips: Fix KBUILD_CPPFLAGS definition X-Git-Tag: v3.5-rc1~59^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f7fc237e330deaaea4ba6726b603d4058d1e6b38;p=pandora-kernel.git 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 Signed-off-by: Michal Marek --- Reading git-diff-tree failed