diff options
author | Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca> | 2007-10-19 02:41:08 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-10-19 14:53:55 -0400 |
commit | 31155bc03e35a8d2b2551bc2eea3da5791e1b776 (patch) | |
tree | 64a82cd692af1dc3672d311f5788e2dc6a56e546 /samples/Kconfig | |
parent | 267c4025f2e198a4e551556a6db31a554ca51814 (diff) |
Linux Kernel Markers - Samples
Module example showing how to use the Linux Kernel Markers.
[akpm@linux-foundation.org: coding-style fixes]
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/Kconfig')
-rw-r--r-- | samples/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/samples/Kconfig b/samples/Kconfig index b46b4cf4382f..57bb2236952c 100644 --- a/samples/Kconfig +++ b/samples/Kconfig | |||
@@ -7,5 +7,10 @@ menuconfig SAMPLES | |||
7 | 7 | ||
8 | if SAMPLES | 8 | if SAMPLES |
9 | 9 | ||
10 | config SAMPLE_MARKERS | ||
11 | tristate "Build markers examples -- loadable modules only" | ||
12 | depends on MARKERS && m | ||
13 | help | ||
14 | This build markers example modules. | ||
10 | 15 | ||
11 | endif # SAMPLES | 16 | endif # SAMPLES |