coreboot-kgpe-d16/payloads
Iru Cai 283fd8e653 coreinfo: quote $(AS) and $(CC) in $(LPAS) and $(LPCC)
Without this change it'll get a build error with crossgcc-x64
because $(AS) is "util/crossgcc/xgcc/bin/x86_64-elf-as --32",
and running $(LPAS) (i.e. AS=$(AS) lpas) will run "--32" instead of
"x86_64-elf-as".

Change-Id: I95e5630cb1d4f1ce81a8ca8a7bf338450b325f02
Signed-off-by: Iru Cai <mytbk920423@gmail.com>
Reviewed-on: https://review.coreboot.org/13845
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
2016-02-28 20:09:38 +01:00
..
bayou tree: drop last paragraph of GPL copyright header 2015-10-31 21:37:39 +01:00
coreinfo coreinfo: quote $(AS) and $(CC) in $(LPAS) and $(LPCC) 2016-02-28 20:09:38 +01:00
external u-boot: Make sure targets aren't duplicated 2016-02-24 19:22:52 +01:00
libpayload cbfs: Add LZ4 in-place decompression support for pre-RAM stages 2016-02-22 21:38:37 +01:00
nvramcui nvramcui: Add Makefile 2016-02-26 20:06:41 +01:00
Kconfig payloads: Load coreinfo as a secondary payload 2016-02-26 20:07:14 +01:00
Makefile.inc payloads: Load coreinfo as a secondary payload 2016-02-26 20:07:14 +01:00