]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - Makefile
typo fixes
[linux-2.6-omap-h63xx.git] / Makefile
index 529b9048d97e950d2ea58948d2c5b93e67c0a563..68ef80b30340371e13ff8e38777d0bf9d715dc33 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -773,6 +773,9 @@ endef
 vmlinux: $(vmlinux-lds) $(vmlinux-init) $(vmlinux-main) $(kallsyms.o) vmlinux.o FORCE
 ifdef CONFIG_HEADERS_CHECK
        $(Q)$(MAKE) -f $(srctree)/Makefile headers_check
+endif
+ifdef CONFIG_SAMPLES
+       $(Q)$(MAKE) $(build)=samples
 endif
        $(call vmlinux-modpost)
        $(call if_changed_rule,vmlinux__)