commit | d6d592f8286b04aa2de88a6258cfc364063e5d8b | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Apr 10 20:01:29 2014 -0600 |
committer | Tom Rini <trini@ti.com> | Thu May 29 17:48:21 2014 -0400 |
tree | 5f6b7ae28ec83cb06e49f9a39b0e0621279c095c | |
parent | 7b6a95a40d286cd9140cb3df7a558a187e0b6b22 [diff] [blame] |
Move command line API into cli.c We now have a single entry point to the CLI, whether simple or hush. Put this in its own file. Signed-off-by: Simon Glass <sjg@chromium.org>
diff --git a/common/Makefile b/common/Makefile index ae79865..81721f9 100644 --- a/common/Makefile +++ b/common/Makefile
@@ -18,6 +18,7 @@ # We always have this since drivers/ddr/fs/interactive.c needs it obj-y += cli_simple.o +obj-y += cli.o obj-y += cli_readline.o obj-y += s_record.o obj-y += xyzModem.o