diff options
| author | Francis Laniel <[email protected]> | 2023-12-22 22:02:29 +0100 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-12-28 12:02:56 -0500 |
| commit | 30dcef8951d06dfa549336aebeb4ea59fc4783e1 (patch) | |
| tree | ecead3ac502a63e3bd834858e36050016d0399ba /common/Makefile | |
| parent | 8197f01b9d3c03eec60f068a09eff88554f5a188 (diff) | |
cli: Add menu for hush parser
For the moment, the menu contains only entry: HUSH_OLD_PARSER which is the
default.
The goal is to prepare the field to add a new hush parser which guarantees
actual behavior is still correct.
Reviewed-by: Simon Glass <[email protected]>
Signed-off-by: Francis Laniel <[email protected]>
Diffstat (limited to 'common/Makefile')
| -rw-r--r-- | common/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/Makefile b/common/Makefile index 1495436d5d4..3bb33b4e36d 100644 --- a/common/Makefile +++ b/common/Makefile @@ -9,7 +9,7 @@ obj-y += init/ obj-y += main.o obj-y += exports.o obj-y += cli_getch.o cli_simple.o cli_readline.o -obj-$(CONFIG_HUSH_PARSER) += cli_hush.o +obj-$(CONFIG_HUSH_OLD_PARSER) += cli_hush.o obj-$(CONFIG_AUTOBOOT) += autoboot.o obj-y += version.o |
