diff options
author | Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca> | 2007-10-19 02:41:07 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-10-19 14:53:55 -0400 |
commit | 267c4025f2e198a4e551556a6db31a554ca51814 (patch) | |
tree | 3ef12bb271cb2114fd857530e356ae96f2e98f01 /Makefile | |
parent | 8256e47cdc8923e9959eb1d7f95d80da538add80 (diff) |
markers: Add samples subdir
Begin infrastructure for kernel code samples in the samples/ directory.
Add its Kconfig and Kbuild files.
Source its Kconfig file in all arch/ Kconfigs.
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -774,6 +774,9 @@ vmlinux: $(vmlinux-lds) $(vmlinux-init) $(vmlinux-main) $(kallsyms.o) vmlinux.o | |||
774 | ifdef CONFIG_HEADERS_CHECK | 774 | ifdef CONFIG_HEADERS_CHECK |
775 | $(Q)$(MAKE) -f $(srctree)/Makefile headers_check | 775 | $(Q)$(MAKE) -f $(srctree)/Makefile headers_check |
776 | endif | 776 | endif |
777 | ifdef CONFIG_SAMPLES | ||
778 | $(Q)$(MAKE) $(build)=samples | ||
779 | endif | ||
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 |