From 21c54d26cbac7d1a6ceee2006e88186cc9b5d179 Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Wed, 10 Aug 2016 17:13:00 +0200 Subject: build system: Print the content of all regions we add files to That's more useful than just COREBOOT for more complex scenarios Change-Id: I93cd686d698799a3331ca2ea487cd6efb304caa0 Signed-off-by: Patrick Georgi Reviewed-on: https://review.coreboot.org/16143 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin Reviewed-by: Paul Menzel --- Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.inc') diff --git a/Makefile.inc b/Makefile.inc index 0098ab2b86..ff77747a5b 100644 --- a/Makefile.inc +++ b/Makefile.inc @@ -830,7 +830,7 @@ endif endif mv $@.tmp $@ @printf " CBFSPRINT $(subst $(obj)/,,$(@))\n\n" - $(CBFSTOOL) $@ print + $(CBFSTOOL) $@ print -r $(subst $(spc),$(comma),$(all-regions)) ifeq ($(CONFIG_IASL_WARNINGS_ARE_ERRORS),) @printf "\n***** WARNING: IASL warnings as errors is disabled! *****\n" @printf "***** Please fix the ASL for this platform. *****\n\n" -- cgit v1.2.3