summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorShuah Khan <skhan@linuxfoundation.org>2020-03-30 12:07:11 -0600
committerMasahiro Yamada <masahiroy@kernel.org>2020-04-01 01:05:04 +0900
commite51d8dacf2724ebb8eda8ec69dd81da4f70a4213 (patch)
tree54e86b0f63752d55e3aabe135255086039298094 /Makefile
parentd9dac147a2c370c188ef6251c7c6f42759f65eb0 (diff)
Makefile: Update kselftest help information
Update kselftest help information. Signed-off-by: Shuah Khan <skhan@linuxfoundation.org> Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile15
1 files changed, 9 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index a74ba6f305b0..f3f971a500c8 100644
--- a/Makefile
+++ b/Makefile
@@ -1486,12 +1486,15 @@ help:
@echo ' nsdeps - Generate missing symbol namespace dependencies'
@echo ''
@echo 'Kernel selftest:'
- @echo ' kselftest - Build and run kernel selftest (run as root)'
- @echo ' Build, install, and boot kernel before'
- @echo ' running kselftest on it'
- @echo ' kselftest-clean - Remove all generated kselftest files'
- @echo ' kselftest-merge - Merge all the config dependencies of kselftest to existing'
- @echo ' .config.'
+ @echo ' kselftest - Build and run kernel selftest'
+ @echo ' Build, install, and boot kernel before'
+ @echo ' running kselftest on it'
+ @echo ' Run as root for full coverage'
+ @echo ' kselftest-all - Build kernel selftest'
+ @echo ' kselftest-install - Build and install kernel selftest'
+ @echo ' kselftest-clean - Remove all generated kselftest files'
+ @echo ' kselftest-merge - Merge all the config dependencies of'
+ @echo ' kselftest to existing .config.'
@echo ''
@$(if $(dtstree), \
echo 'Devicetree:'; \