From 267c4025f2e198a4e551556a6db31a554ca51814 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Thu, 18 Oct 2007 23:41:07 -0700 Subject: 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 Signed-off-by: Mathieu Desnoyers Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- samples/Kconfig | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 samples/Kconfig (limited to 'samples/Kconfig') diff --git a/samples/Kconfig b/samples/Kconfig new file mode 100644 index 0000000..b46b4cf --- /dev/null +++ b/samples/Kconfig @@ -0,0 +1,11 @@ +# samples/Kconfig + +menuconfig SAMPLES + bool "Sample kernel code" + help + You can build and test sample kernel code here. + +if SAMPLES + + +endif # SAMPLES -- cgit v1.1