From 9c927650eb8ea22025b7e165292716303c4bfd66 Mon Sep 17 00:00:00 2001 From: Juan Quintela Date: Tue, 6 Oct 2009 21:11:12 +0200 Subject: [PATCH] add build-all to .PHONY rules Signed-off-by: Juan Quintela Signed-off-by: Anthony Liguori --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index de7c2aa38a..2f0441e3b5 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ config-host.mak: endif .PHONY: all clean cscope distclean dvi html info install install-doc \ - recurse-all speed tar tarbin test + recurse-all speed tar tarbin test build-all VPATH=$(SRC_PATH):$(SRC_PATH)/hw -- 2.11.4.GIT