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>
This commit is contained in:
committed by
Linus Torvalds
parent
8256e47cdc
commit
267c4025f2
11
samples/Kconfig
Normal file
11
samples/Kconfig
Normal file
@@ -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
|
Reference in New Issue
Block a user