From e1bf1c2234b1d31ea321208251d489c7b218faba Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Wed, 11 Sep 2013 11:48:13 -0700 Subject: [PATCH] ARMv7: cosmetic fix for build output When changing the from ROMCC to CC, three spaces got lost. This fixes the build output. Purely cosmetical BRANCH=none TEST=none BUG=none Change-Id: I8850b6e0cc72ec07c2baf3cb574b13914517bb6c Signed-off-by: Stefan Reinauer Reviewed-on: https://chromium-review.googlesource.com/168960 Reviewed-by: David Hendrix Commit-Queue: David Hendrix --- src/arch/armv7/Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/arch/armv7/Makefile.inc b/src/arch/armv7/Makefile.inc index e7e9600bbb..e736ec455a 100644 --- a/src/arch/armv7/Makefile.inc +++ b/src/arch/armv7/Makefile.inc @@ -267,7 +267,7 @@ $(objgenerated)/bootblock.s: $(objgenerated)/bootblock_inc.S $(obj)/config.h $(o $(CC) $(bootblock-S-ccopts) -MMD -x assembler-with-cpp -E -I$(src)/include -I$(src)/arch/armv7/include -I$(obj) -include $(obj)/build.h -include $(obj)/config.h -I. -I$(src) $< -o $@ $(objgenerated)/bootblock.inc: $(src)/arch/armv7/$(subst ",,$(CONFIG_BOOTBLOCK_SOURCE)) $(bootblock_custom) $(OPTION_TABLE_H) - @printf " CC $(subst $(obj)/,,$(@))\n" + @printf " CC $(subst $(obj)/,,$(@))\n" $(CC) $(bootblock-c-ccopts) $(INCLUDES) -MM \ -MT$(objgenerated)/bootblock.inc \ $< > $(objgenerated)/bootblock.inc.d