aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d2832a45dffe..bb917de24913 100644
--- a/Makefile
+++ b/Makefile
@@ -1010,9 +1010,10 @@ ifdef CONFIG_GDB_SCRIPTS
1010endif 1010endif
1011 +$(call if_changed,link-vmlinux) 1011 +$(call if_changed,link-vmlinux)
1012 1012
1013# Build samples along the rest of the kernel 1013# Build samples along the rest of the kernel. This needs headers_install.
1014ifdef CONFIG_SAMPLES 1014ifdef CONFIG_SAMPLES
1015vmlinux-dirs += samples 1015vmlinux-dirs += samples
1016samples: headers_install
1016endif 1017endif
1017 1018
1018# The actual objects are generated when descending, 1019# The actual objects are generated when descending,