From 1425add4c83cf55ed57c33607fb9922c77905565 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Sun, 21 Mar 2010 22:35:58 +0000 Subject: fix "make" after "rm -rf build" Signed-off-by: Stefan Reinauer Acked-by: Stefan Reinauer git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5264 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 008e399e1f..2f0f4de9ff 100644 --- a/Makefile +++ b/Makefile @@ -124,9 +124,11 @@ all: 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 -- cgit v1.2.3