commit | 2cb52fbf1da88b78f8dd2e32b73fcaf80496e360 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Thu Oct 26 14:31:19 2023 -0400 |
committer | Tom Rini <trini@konsulko.com> | Tue Nov 07 14:48:51 2023 -0500 |
tree | a196eb848571e36e603475a487e184c4d0ea7242 | |
parent | d83f4e626597ade57e14f6a1edf65515ca6204bc [diff] |
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>