Message ID | 20180602090803.6362-1-pvorel@suse.cz (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
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 --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
Signed-off-by: Petr Vorel <pvorel@suse.cz> --- scripts/kconfig/Makefile | 1 + 1 file changed, 1 insertion(+)