]> git.dujemihanovic.xyz Git - u-boot.git/commit
cli_simple: Rework this support slightly
authorTom Rini <trini@konsulko.com>
Thu, 26 Oct 2023 18:31:19 +0000 (14:31 -0400)
committerTom Rini <trini@konsulko.com>
Tue, 7 Nov 2023 19:48:51 +0000 (14:48 -0500)
commit2cb52fbf1da88b78f8dd2e32b73fcaf80496e360
treea196eb848571e36e603475a487e184c4d0ea7242
parentd83f4e626597ade57e14f6a1edf65515ca6204bc
cli_simple: Rework this support slightly

The interactive portion of our non-HUSH 'simple' parser is guarded by
CONFIG_CMDLINE already.  Much of the code behind this simple parser is
also used as "input" parser, such as from menu interfaces and so forth
and not strictly command line input.  To support this, always build the
assorted cli object files, but guard the interactive portions of
cli_simple.c with a CMDLINE check.

Signed-off-by: Tom Rini <trini@konsulko.com>
common/Makefile
common/cli_simple.c