From 21fbc08d4b3f99ca606dc1b9e12bcffef65bfb50 Mon Sep 17 00:00:00 2001 From: Daniele Forsi Date: Sun, 10 Aug 2014 15:18:42 +0200 Subject: armv7/Makefile.inc, cpu/Makefile.inc: align output of printf Fix whitespace. Change-Id: I9e28b819d685851a84cee6c5a71458e07d0ec808 Signed-off-by: Daniele Forsi Reviewed-on: http://review.coreboot.org/6577 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi --- src/cpu/Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cpu') diff --git a/src/cpu/Makefile.inc b/src/cpu/Makefile.inc index 0f936d0cea..d27e4a003f 100644 --- a/src/cpu/Makefile.inc +++ b/src/cpu/Makefile.inc @@ -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) -- cgit v1.2.3