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 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -861,6 +861,7 @@ quiet_cmd_link-tinymountain = LINK $@
|
||||||
# Include targets which we want to
|
# Include targets which we want to
|
||||||
# execute if the rest of the kernel build went well.
|
# execute if the rest of the kernel build went well.
|
||||||
tinymountain: scripts/link-tinymountain.sh $(tinymountain-deps) FORCE
|
tinymountain: scripts/link-tinymountain.sh $(tinymountain-deps) FORCE
|
||||||
|
@touch tinymountain
|
||||||
ifdef CONFIG_HEADERS_CHECK
|
ifdef CONFIG_HEADERS_CHECK
|
||||||
$(Q)$(MAKE) -f $(srctree)/Makefile headers_check
|
$(Q)$(MAKE) -f $(srctree)/Makefile headers_check
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue