aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/Kconfig
diff options
context:
space:
mode:
authorVladimir Serbinenko <phcoder@gmail.com>2013-12-03 18:22:44 +0100
committerAlexandru Gagniuc <mr.nuke.me@gmail.com>2013-12-06 16:38:51 +0100
commite4c657c4afe968c86efe30766a1d14a29c782093 (patch)
tree568c5c181d2186f23f8dbdbbed658a425d7244ff /src/cpu/Kconfig
parent590e8d45581730a210eb32d58a87305ea6edb706 (diff)
Do not export variables to GRUB build
Variables in coreboot and not in line with GRUB ones. E.g. HOSTCC is both HOST_CC and BUILD_CC for GRUB (consult INSTALL for more details) and what coreboot calls CC is TARGET_CC for GRUB. Current code plugs this by defining variables explicitly but it has a nasty effect that make stops caring about flags added in makefile itself. Undef as many variables as possible but still pass them to configure for them to have correct effect and keep CC assignment as my make version doesn't undefine it even when instructed to do so. Tested with qemu. Change-Id: I9d18f557138a20ae3918d698dee8f5b5c5738f75 Signed-off-by: Vladimir Serbinenko <phcoder@gmail.com> Reviewed-on: http://review.coreboot.org/4310 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>
Diffstat (limited to 'src/cpu/Kconfig')
0 files changed, 0 insertions, 0 deletions