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 /samples | |
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 'samples')
-rw-r--r-- | samples/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/samples/Kconfig b/samples/Kconfig new file mode 100644 index 000000000000..b46b4cf4382f --- /dev/null +++ b/samples/Kconfig | |||
@@ -0,0 +1,11 @@ | |||
1 | # samples/Kconfig | ||
2 | |||
3 | menuconfig SAMPLES | ||
4 | bool "Sample kernel code" | ||
5 | help | ||
6 | You can build and test sample kernel code here. | ||
7 | |||
8 | if SAMPLES | ||
9 | |||
10 | |||
11 | endif # SAMPLES | ||