aboutsummaryrefslogtreecommitdiff
path: root/Makefile.inc
diff options
context:
space:
mode:
authorPatrick Georgi <pgeorgi@chromium.org>2016-08-10 17:13:00 +0200
committerPatrick Georgi <pgeorgi@google.com>2016-08-11 20:32:28 +0200
commit21c54d26cbac7d1a6ceee2006e88186cc9b5d179 (patch)
treed6bda17b112f7148d5e1f4fb63d866ce9e675be0 /Makefile.inc
parente206ab7a78ab988a8111a5d2dd24318cd9ae14ff (diff)
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 <pgeorgi@chromium.org> Reviewed-on: https://review.coreboot.org/16143 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin <adurbin@chromium.org> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Diffstat (limited to 'Makefile.inc')
-rw-r--r--Makefile.inc2
1 files changed, 1 insertions, 1 deletions
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"