Split out simple parser and readline into separate files
It doesn't make sense to have the simple parser and the readline code
all in main. Split them out into separate files.
Signed-off-by:
Simon Glass <sjg@chromium.org>
Showing
- common/Makefile 8 additions, 1 deletioncommon/Makefile
- common/cli_readline.c 670 additions, 0 deletionscommon/cli_readline.c
- common/cli_simple.c 338 additions, 0 deletionscommon/cli_simple.c
- common/main.c 5 additions, 1012 deletionscommon/main.c
- include/cli.h 5 additions, 0 deletionsinclude/cli.h
Loading
Please register or sign in to comment