diff mbox

[1/2] kbuild: Add testconfig into make help output

Message ID 20180602090803.6362-1-pvorel@suse.cz (mailing list archive)
State New, archived
Headers show

Commit Message

Petr Vorel June 2, 2018, 9:08 a.m. UTC
Signed-off-by: Petr Vorel <pvorel@suse.cz>
---
 scripts/kconfig/Makefile | 1 +
 1 file changed, 1 insertion(+)

Comments

Masahiro Yamada June 5, 2018, 1:15 p.m. UTC | #1
2018-06-02 18:08 GMT+09:00 Petr Vorel <pvorel@suse.cz>:
> Signed-off-by: Petr Vorel <pvorel@suse.cz>
> ---

Both applied to linux-kbuild.  Thanks!



>  scripts/kconfig/Makefile | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/scripts/kconfig/Makefile b/scripts/kconfig/Makefile
> index 5def8779d7d8..36b092150c45 100644
> --- a/scripts/kconfig/Makefile
> +++ b/scripts/kconfig/Makefile
> @@ -172,6 +172,7 @@ help:
>         @echo  '  kvmconfig       - Enable additional options for kvm guest kernel support'
>         @echo  '  xenconfig       - Enable additional options for xen dom0 and guest kernel support'
>         @echo  '  tinyconfig      - Configure the tiniest possible kernel'
> +       @echo  '  testconfig      - Run Kconfig unit tests (requires python3 and pytest)'
>
>  # lxdialog stuff
>  check-lxdialog  := $(srctree)/$(src)/lxdialog/check-lxdialog.sh
> --
> 2.17.1
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/scripts/kconfig/Makefile b/scripts/kconfig/Makefile
index 5def8779d7d8..36b092150c45 100644
--- a/scripts/kconfig/Makefile
+++ b/scripts/kconfig/Makefile
@@ -172,6 +172,7 @@  help:
 	@echo  '  kvmconfig	  - Enable additional options for kvm guest kernel support'
 	@echo  '  xenconfig       - Enable additional options for xen dom0 and guest kernel support'
 	@echo  '  tinyconfig	  - Configure the tiniest possible kernel'
+	@echo  '  testconfig	  - Run Kconfig unit tests (requires python3 and pytest)'
 
 # lxdialog stuff
 check-lxdialog  := $(srctree)/$(src)/lxdialog/check-lxdialog.sh