aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 529b9048d97e..68ef80b30340 100644
--- a/Makefile
+++ b/Makefile
@@ -774,6 +774,9 @@ vmlinux: $(vmlinux-lds) $(vmlinux-init) $(vmlinux-main) $(kallsyms.o) vmlinux.o
774ifdef CONFIG_HEADERS_CHECK 774ifdef CONFIG_HEADERS_CHECK
775 $(Q)$(MAKE) -f $(srctree)/Makefile headers_check 775 $(Q)$(MAKE) -f $(srctree)/Makefile headers_check
776endif 776endif
777ifdef CONFIG_SAMPLES
778 $(Q)$(MAKE) $(build)=samples
779endif
777 $(call vmlinux-modpost) 780 $(call vmlinux-modpost)
778 $(call if_changed_rule,vmlinux__) 781 $(call if_changed_rule,vmlinux__)
779 $(Q)rm -f .old_version 782 $(Q)rm -f .old_version