armv7/Makefile.inc, cpu/Makefile.inc: align output of printf
Fix whitespace. Change-Id: I9e28b819d685851a84cee6c5a71458e07d0ec808 Signed-off-by: Daniele Forsi <dforsi@gmail.com> Reviewed-on: http://review.coreboot.org/6577 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>
This commit is contained in:
parent
b40c345947
commit
21fbc08d4b
|
@ -86,7 +86,7 @@ $(objgenerated)/bootblock.s: $(objgenerated)/bootblock_inc.S $(obj)/config.h $(o
|
|||
$(CC_bootblock) $(CPPFLAGS_bootblock) -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) $(obj)/config.h
|
||||
@printf " CC $(subst $(obj)/,,$(@))\n"
|
||||
@printf " CC $(subst $(obj)/,,$(@))\n"
|
||||
$(CC_bootblock) $(CFLAGS_bootblock) $(CPPFLAGS_bootblock) -MM \
|
||||
-MT$(objgenerated)/bootblock.inc \
|
||||
$< > $(objgenerated)/bootblock.inc.d
|
||||
|
|
|
@ -48,7 +48,7 @@ $(obj)/cpu_microcode_blob.o: $$(cpu_microcode-objs)
|
|||
# We have a lot of useless data in the large blob, and we are only interested in
|
||||
# the data section, so we only copy that part to the final microcode file
|
||||
$(obj)/cpu_microcode_blob.bin: $(obj)/cpu_microcode_blob.o
|
||||
@printf " MICROCODE $(subst $(obj)/,,$(@))\n"
|
||||
@printf " MICROCODE $(subst $(obj)/,,$(@))\n"
|
||||
$(OBJCOPY_cpu_microcode) -j .data -O binary $< $@
|
||||
|
||||
ifeq ($(cbfs_include_ucode),y)
|
||||
|
|
Loading…
Reference in New Issue