diff options
author | Simon Glass <sjg@chromium.org> | 2014-04-10 20:01:24 -0600 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-05-29 17:45:31 -0400 |
commit | eca86fad3d823c3c1e7e78b07752aa6a10e35283 (patch) | |
tree | 2cae72efd4bd45c45a0164b2c9cdf372a387b546 /common/Makefile | |
parent | ae4223f4444d7e673ff6b4a066c8584858629025 (diff) |
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>
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 219cb51b2d7..da184a8dc15 100644 --- a/common/Makefile +++ b/common/Makefile @@ -11,7 +11,7 @@ obj-y += main.o 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 |