[coreboot-gerrit] New patch to review for coreboot: build system: deduplicate use of cbfs-autogen-attributes

Patrick Georgi (pgeorgi@google.com) gerrit at coreboot.org
Thu Jan 28 21:58:49 CET 2016


Patrick Georgi (pgeorgi at google.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/13502

-gerrit

commit 11a952734e753c13975f84360e4364a7ff312fa6
Author: Patrick Georgi <pgeorgi at chromium.org>
Date:   Thu Jan 28 21:51:55 2016 +0100

    build system: deduplicate use of cbfs-autogen-attributes
    
    Also drop the second argument to cbfs-add-cmd because it's not needed
    anymore.
    
    Change-Id: Ie01d73f6b2aff09caccc397f72d6d8065624aebe
    Signed-off-by: Patrick Georgi <pgeorgi at chromium.org>
---
 Makefile.inc | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/Makefile.inc b/Makefile.inc
index c5a9699..3fcddbc 100644
--- a/Makefile.inc
+++ b/Makefile.inc
@@ -656,11 +656,12 @@ define cbfs-add-cmd
 	-f $(call extract_nth,1,$(1)) \
 	-n $(call extract_nth,2,$(1)) \
 	$(if $(filter-out stage,$(call extract_nth,3,$(1))),-t $(call extract_nth,3,$(1))) \
-	$(if $(call extract_nth,4,$(1)),-c $(call extract_nth,4,$(1))) $(cbfs-autogen-attributes)\
+	$(if $(call extract_nth,4,$(1)),-c $(call extract_nth,4,$(1))) \
+	$(cbfs-autogen-attributes) \
 	-r $(call regions-for-file,$(call extract_nth,2,$(1))) \
 	$(if $(call extract_nth,6,$(1)),-a $(call extract_nth,6,$(file)), \
 		$(if $(call extract_nth,5,$(file)),-b $(call extract_nth,5,$(file)))) \
-	$(call extract_nth,7,$(1)) $(2)
+	$(call extract_nth,7,$(1))
 endef
 
 cbfs-files=$(cbfs-files-fixed) $(cbfs-files-aligned) $(cbfs-files-regular)
@@ -764,7 +765,7 @@ prebuilt-files = $(foreach file,$(cbfs-files), $(call extract_nth,1,$(file)))
 prebuild-files = \
 	$(foreach file,$(cbfs-files), \
 	$(CBFSTOOL) $@.tmp remove -n $(call extract_nth,2,$(file)) 2>/dev/null ; \
-	       $(call cbfs-add-cmd,$(file),$(cbfs-autogen-attributes)))
+	       $(call cbfs-add-cmd,$(file)))
 
 .PHONY: $(obj)/coreboot.pre
 $(obj)/coreboot.pre: $$(prebuilt-files) $(CBFSTOOL)



More information about the coreboot-gerrit mailing list