[coreboot] [commit] r6506 - trunk/src/arch/x86

repository service svn at coreboot.org
Fri Apr 15 11:01:42 CEST 2011


Author: stepan
Date: Fri Apr 15 11:01:42 2011
New Revision: 6506
URL: https://tracker.coreboot.org/trac/coreboot/changeset/6506

Log:
sorry for breaking the tree. 

Signed-off-by: Stefan Reinauer <stefan.reinauer at coreboot.org>
Acked-by: Stefan Reinauer <stefan.reinauer at coreboot.org>

Modified:
   trunk/src/arch/x86/Makefile.inc

Modified: trunk/src/arch/x86/Makefile.inc
==============================================================================
--- trunk/src/arch/x86/Makefile.inc	Fri Apr 15 06:12:03 2011	(r6505)
+++ trunk/src/arch/x86/Makefile.inc	Fri Apr 15 11:01:42 2011	(r6506)
@@ -61,7 +61,7 @@
 		$(CBFSTOOL) $@ add $(call extract_nth,1,$(file)) $(call extract_nth,2,$(file)) $(call extract_nth,3,$(file)) $(call extract_nth,4,$(file)); )
 prebuilt-files = $(foreach file,$(cbfs-files), $(call extract_nth,1,$(file)))
 
-$(obj)/coreboot.pre1: $(obj)/coreboot.bootblock $(prebuilt-files) $(CBFSTOOL)
+$(obj)/coreboot.pre1: $(obj)/coreboot.bootblock $$(prebuilt-files) $(CBFSTOOL)
 	rm -f $@
 	$(CBFSTOOL) $@ create $(CONFIG_COREBOOT_ROMSIZE_KB)K $(obj)/coreboot.bootblock
 	$(prebuild-files)




More information about the coreboot mailing list