diff options
author | Stefan Reinauer <reinauer@chromium.org> | 2011-10-14 15:09:25 -0700 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2011-10-15 12:25:20 +0200 |
commit | f830752c87095e7e5711aed9f13e30477182a4a7 (patch) | |
tree | 0e2a241bab8139f8c8c1db75d43f1959813bc866 /src/arch | |
parent | 971ebd8ee6de9ac30b208da53862918e506ac5e7 (diff) | |
download | coreboot-f830752c87095e7e5711aed9f13e30477182a4a7.tar.xz |
reformat Makefile.bootblock.inc (>80 lines per char)
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>
Diffstat (limited to 'src/arch')
-rw-r--r-- | src/arch/x86/Makefile.bootblock.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/arch/x86/Makefile.bootblock.inc b/src/arch/x86/Makefile.bootblock.inc index f076238a7e..806afea888 100644 --- a/src/arch/x86/Makefile.bootblock.inc +++ b/src/arch/x86/Makefile.bootblock.inc @@ -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 ####################################################################### |