commit | eca86fad3d823c3c1e7e78b07752aa6a10e35283 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Apr 10 20:01:24 2014 -0600 |
committer | Tom Rini <trini@ti.com> | Thu May 29 17:45:31 2014 -0400 |
tree | 2cae72efd4bd45c45a0164b2c9cdf372a387b546 | |
parent | ae4223f4444d7e673ff6b4a066c8584858629025 [diff] [blame] |
Rename hush to cli_hush Hush is a command-line interpreter, so rename it to make that clearer. Signed-off-by: Simon Glass <sjg@chromium.org>
diff --git a/common/Makefile b/common/Makefile index 219cb51..da184a8 100644 --- a/common/Makefile +++ b/common/Makefile
@@ -11,7 +11,7 @@ obj-y += command.o obj-y += exports.o obj-y += hash.o -obj-$(CONFIG_SYS_HUSH_PARSER) += hush.o +obj-$(CONFIG_SYS_HUSH_PARSER) += cli_hush.o obj-y += s_record.o obj-y += xyzModem.o obj-y += cmd_disk.o