diff options
author | Petr Vorel <pvorel@suse.cz> | 2018-06-02 05:08:02 -0400 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2018-06-05 09:06:32 -0400 |
commit | d6a0c8a1326bb54c5518f8a343a6b09056c43b36 (patch) | |
tree | ff0ad53d883ecf15359e10cb53d6d63133c1ea06 | |
parent | e1cfdc0e72fc9ad7c04ad6329acb92876e062849 (diff) |
kconfig: Add testconfig into make help output
Signed-off-by: Petr Vorel <pvorel@suse.cz>
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
-rw-r--r-- | scripts/kconfig/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/kconfig/Makefile b/scripts/kconfig/Makefile index 061e0eb62c28..29a04714fc79 100644 --- a/scripts/kconfig/Makefile +++ b/scripts/kconfig/Makefile | |||
@@ -149,6 +149,7 @@ help: | |||
149 | @echo ' kvmconfig - Enable additional options for kvm guest kernel support' | 149 | @echo ' kvmconfig - Enable additional options for kvm guest kernel support' |
150 | @echo ' xenconfig - Enable additional options for xen dom0 and guest kernel support' | 150 | @echo ' xenconfig - Enable additional options for xen dom0 and guest kernel support' |
151 | @echo ' tinyconfig - Configure the tiniest possible kernel' | 151 | @echo ' tinyconfig - Configure the tiniest possible kernel' |
152 | @echo ' testconfig - Run Kconfig unit tests (requires python3 and pytest)' | ||
152 | 153 | ||
153 | # =========================================================================== | 154 | # =========================================================================== |
154 | # Shared Makefile for the various kconfig executables: | 155 | # Shared Makefile for the various kconfig executables: |