From: Michal Marek Date: Thu, 16 Jul 2015 16:23:53 +0000 (+0200) Subject: kbuild: Do not pick up ARCH_{CPP,A,C}FLAGS from the environment X-Git-Tag: omap-for-v4.3/fixes-merge-window~143^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6dd3f13e4239a8c2b1e60687d7321bc0df614f33;p=pandora-kernel.git kbuild: Do not pick up ARCH_{CPP,A,C}FLAGS from the environment Initialize the ARCH_* overrides before including the arch Makefile, to avoid picking up the values from the environment. The variables can still be overriden on the make command line, but this won't happen by accident. Signed-off-by: Michal Marek --- Reading git-diff-tree failed