reformat Makefile.bootblock.inc (>80 lines per char)
authorStefan Reinauer <reinauer@chromium.org>
Fri, 14 Oct 2011 22:09:25 +0000 (15:09 -0700)
committerUwe Hermann <uwe@hermann-uwe.de>
Sat, 15 Oct 2011 10:25:20 +0000 (12:25 +0200)
Change-Id: I0ff02fa72ff5a14d8c166686bb3d66fe1e887ea4
Signed-off-by: Stefan Reinauer <reinauer@google.com>
Reviewed-on: http://review.coreboot.org/274
Tested-by: build bot (Jenkins)
Reviewed-by: Uwe Hermann <uwe@hermann-uwe.de>
src/arch/x86/Makefile.bootblock.inc

index f076238a7ebe7b040d3935e2ca1342d2ed03745a..806afea888a76f55e7c3c157471ecaef74008d4b 100644 (file)
@@ -5,7 +5,8 @@ $(obj)/coreboot.pre: $(obj)/coreboot.romstage $(obj)/coreboot.pre1 $(CBFSTOOL)
        @printf "    CBFS       $(subst $(obj)/,,$(@))\n"
        rm -f $@
        cp $(obj)/coreboot.pre1 $@
-       $(CBFSTOOL) $@ add-stage $(obj)/romstage.elf $(CONFIG_CBFS_PREFIX)/romstage x 0x$(shell cat $(obj)/location.txt)
+       $(CBFSTOOL) $@ add-stage $(obj)/romstage.elf \
+            $(CONFIG_CBFS_PREFIX)/romstage x 0x$(shell cat $(obj)/location.txt)
 #FIXME: location.txt might require an offset of header size
 
 #######################################################################