coreboot-kgpe-d16/payloads/external
Vladimir Serbinenko e4c657c4af 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>
2013-12-06 16:38:51 +01:00
..
FILO FILO: Pass LIBCONFIG_PATH variable to FILOs make 2011-10-23 19:20:16 +02:00
GRUB2 Do not export variables to GRUB build 2013-12-06 16:38:51 +01:00
SeaBIOS payloads/external/SeaBIOS/Makefile.inc: Remove empty lines at file beginning 2013-11-24 05:34:47 +01:00
tint