coreboot-kgpe-d16/src/arch
Nico Huber cccb2d76c5 arch/arm64/Makefile.inc: Avoid # in variable definition
Interpretation if # starts a comment inside a variable definition varies
between GNU make versions. Use a wildcard to match the first # and use
`sed` instead of `grep | cut` to avoid unbalanced quoting chars.

Tested with GNU make 4.2.1 and 4.3. Both produce the same output as
4.2.1 did before the patch.

Change-Id: Ib7c4d7323e112968d3f14ea0590b7dabc57c9c45
Signed-off-by: Nico Huber <nico.h@gmx.de>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/38794
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Julius Werner <jwerner@chromium.org>
2020-02-12 20:07:04 +00:00
..
arm src/arch: Remove unused <stdlib.h> 2019-12-19 05:57:07 +00:00
arm64 arch/arm64/Makefile.inc: Avoid # in variable definition 2020-02-12 20:07:04 +00:00
ppc64 arch/*/*/early_variables.h: drop unused files 2019-11-30 16:11:11 +00:00
riscv commonlib: Add commonlib/bsd 2020-01-28 06:36:13 +00:00
x86 arch/x86/acpi: Change message in acpi_write_dbg2_pci_uart to BIOS_DEBUG 2020-02-11 07:51:21 +00:00