summaryrefslogtreecommitdiffstats
path: root/Makefile.inc
diff options
context:
space:
mode:
authorPatrick Georgi <pgeorgi@chromium.org>2016-01-28 21:32:33 +0100
committerPatrick Georgi <pgeorgi@google.com>2016-01-29 17:18:04 +0100
commit4ba65aacae94c210b4788d0d6a8891c368c59d99 (patch)
treea7bb66037d56918ce999cfc208f857903945bb02 /Makefile.inc
parent40e1fac56a8e2b91418929afbbfea533662443c7 (diff)
downloadcoreboot-4ba65aacae94c210b4788d0d6a8891c368c59d99.tar.gz
coreboot-4ba65aacae94c210b4788d0d6a8891c368c59d99.tar.bz2
coreboot-4ba65aacae94c210b4788d0d6a8891c368c59d99.zip
build system: reformat cbfs-add-cmd
Change-Id: Iccf2c0ac62d410fd541d7aa244b9989b92584c13 Signed-off-by: Patrick Georgi <pgeorgi@chromium.org> Reviewed-on: https://review.coreboot.org/13498 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'Makefile.inc')
-rw-r--r--Makefile.inc18
1 files changed, 9 insertions, 9 deletions
diff --git a/Makefile.inc b/Makefile.inc
index 583e59add86f..8649e5511ab5 100644
--- a/Makefile.inc
+++ b/Makefile.inc
@@ -650,15 +650,15 @@ ifeq ($(CONFIG_CBFS_AUTOGEN_ATTRIBUTES),y)
endif
cbfs-add-cmd = \
- printf " CBFS $(call extract_nth,2,$(file))\n"; \
- $(CBFSTOOL) $@.tmp \
- add$(if $(filter stage,$(call extract_nth,3,$(file))),-stage)$(if $(filter payload,$(call extract_nth,3,$(file))),-payload) \
- -f $(call extract_nth,1,$(file)) \
- -n $(call extract_nth,2,$(file)) \
- $(if $(filter-out stage,$(call extract_nth,3,$(file))),-t $(call extract_nth,3,$(file))) \
- $(if $(call extract_nth,4,$(file)),-c $(call extract_nth,4,$(file))) $(cbfs-autogen-attributes)\
- -r $(call regions-for-file,$(call extract_nth,2,$(file))) \
- $(call extract_nth,7,$(file))
+ printf " CBFS $(call extract_nth,2,$(file))\n"; \
+ $(CBFSTOOL) $@.tmp \
+ add$(if $(filter stage,$(call extract_nth,3,$(file))),-stage)$(if $(filter payload,$(call extract_nth,3,$(file))),-payload) \
+ -f $(call extract_nth,1,$(file)) \
+ -n $(call extract_nth,2,$(file)) \
+ $(if $(filter-out stage,$(call extract_nth,3,$(file))),-t $(call extract_nth,3,$(file))) \
+ $(if $(call extract_nth,4,$(file)),-c $(call extract_nth,4,$(file))) $(cbfs-autogen-attributes)\
+ -r $(call regions-for-file,$(call extract_nth,2,$(file))) \
+ $(call extract_nth,7,$(file))
cbfs-files=$(cbfs-files-fixed) $(cbfs-files-aligned) $(cbfs-files-regular)
ifneq ($(CONFIG_UPDATE_IMAGE),y)