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