Merge pull request #1382 from tlaurion/coreboot_xcompile_fixed_location

coreboot: output xcompile into old shared location for all coreboot versions to prevent buildstack rebuild
This commit is contained in:
tlaurion 2023-04-24 19:14:12 -04:00 committed by GitHub
commit 060c979e4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -92,6 +92,7 @@ coreboot_target := \
CROSS="$(COREBOOT_CROSS)" \
IASL="$(COREBOOT_IASL)" \
DOTCONFIG="$(build)/$(coreboot_dir)/.config" \
xcompile="$(build)/$(coreboot_base_dir)/.xcompile" \
BUILD_TIMELESS=1 \
CFLAGS_x86_32="$(EXTRA_FLAGS)" \
CFLAGS_x86_64="$(EXTRA_FLAGS)" \