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 <reinauer@google.com> Reviewed-on: https://chromium-review.googlesource.com/168960 Reviewed-by: David Hendrix <dhendrix@chromium.org> Commit-Queue: David Hendrix <dhendrix@chromium.org>
This commit is contained in:
parent
15b87892eb
commit
e1bf1c2234
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue