[coreboot] [commit] r5264 - trunk

repository service svn at coreboot.org
Sun Mar 21 23:35:58 CET 2010


Author: stepan
Date: Sun Mar 21 23:35:58 2010
New Revision: 5264
URL: https://tracker.coreboot.org/trac/coreboot/changeset/5264

Log:
fix "make" after "rm -rf build"

Signed-off-by: Stefan Reinauer <stepan at coresystems.de>
Acked-by: Stefan Reinauer <stepan at coresystems.de>

Modified:
   trunk/Makefile

Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile	Sun Mar 21 22:22:51 2010	(r5263)
+++ trunk/Makefile	Sun Mar 21 23:35:58 2010	(r5264)
@@ -124,9 +124,11 @@
 	chmod +x .ccwrap
 	scan-build $(CONFIG_SCANBUILD_REPORT_LOCATION) -analyze-headers --use-cc=$(top)/.ccwrap --use-c++=$(top)/.ccwrap $(MAKE) INNER_SCANBUILD=y
 else
-all: coreboot
+all: $(obj)/config.h coreboot
 endif
 
+$(obj)/config.h:
+	$(MAKE) oldconfig
 
 #######################################################################
 # Build the tools




More information about the coreboot mailing list