fix "make" after "rm -rf build"
Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5264 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
121f0b8cf0
commit
1425add4c8
4
Makefile
4
Makefile
|
@ -124,9 +124,11 @@ all:
|
||||||
chmod +x .ccwrap
|
chmod +x .ccwrap
|
||||||
scan-build $(CONFIG_SCANBUILD_REPORT_LOCATION) -analyze-headers --use-cc=$(top)/.ccwrap --use-c++=$(top)/.ccwrap $(MAKE) INNER_SCANBUILD=y
|
scan-build $(CONFIG_SCANBUILD_REPORT_LOCATION) -analyze-headers --use-cc=$(top)/.ccwrap --use-c++=$(top)/.ccwrap $(MAKE) INNER_SCANBUILD=y
|
||||||
else
|
else
|
||||||
all: coreboot
|
all: $(obj)/config.h coreboot
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
$(obj)/config.h:
|
||||||
|
$(MAKE) oldconfig
|
||||||
|
|
||||||
#######################################################################
|
#######################################################################
|
||||||
# Build the tools
|
# Build the tools
|
||||||
|
|
Loading…
Reference in New Issue