kbuild: Avoid unconditional relinking of default target
Change-Id: I8814b6057a055f4342b3015574860c894b160131 Signed-off-by: Dirk Brandewie <dirk.j.brandewie@intel.com>
This commit is contained in:
parent
991e9d34bf
commit
bc9c8846f7
1
Makefile
1
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
|
||||
|
|
Loading…
Reference in a new issue