From bc9c8846f7d62aacca89fef039ca8f86af846bd9 Mon Sep 17 00:00:00 2001 From: Dirk Brandewie Date: Mon, 1 Jun 2015 09:48:10 -0700 Subject: [PATCH] kbuild: Avoid unconditional relinking of default target Change-Id: I8814b6057a055f4342b3015574860c894b160131 Signed-off-by: Dirk Brandewie --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index a7b9652ceb0..a8435da6ba8 100644 --- a/Makefile +++ b/Makefile @@ -861,6 +861,7 @@ quiet_cmd_link-tinymountain = LINK $@ # Include targets which we want to # execute if the rest of the kernel build went well. tinymountain: scripts/link-tinymountain.sh $(tinymountain-deps) FORCE + @touch tinymountain ifdef CONFIG_HEADERS_CHECK $(Q)$(MAKE) -f $(srctree)/Makefile headers_check endif