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:
Dirk Brandewie 2015-06-01 09:48:10 -07:00 committed by Anas Nashif
parent 991e9d34bf
commit bc9c8846f7

View file

@ -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