mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
12 lines
152 B
Text
12 lines
152 B
Text
|
# samples/Kconfig
|
||
|
|
||
|
menuconfig SAMPLES
|
||
|
bool "Sample kernel code"
|
||
|
help
|
||
|
You can build and test sample kernel code here.
|
||
|
|
||
|
if SAMPLES
|
||
|
|
||
|
|
||
|
endif # SAMPLES
|