summaryrefslogtreecommitdiffstats
path: root/commands/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'commands/Makefile')
-rw-r--r--commands/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/Makefile b/commands/Makefile
index b687eb995e..4826f8bcf4 100644
--- a/commands/Makefile
+++ b/commands/Makefile
@@ -35,7 +35,7 @@ obj-$(CONFIG_CMD_READLINE) += readline.o
obj-$(CONFIG_CMD_MC) += mc.o
obj-$(CONFIG_CMD_MD) += md.o
obj-$(CONFIG_CMD_MEMCPY) += memcpy.o
-obj-$(CONFIG_CMD_MV) += mv.o
+obj-$(CONFIG_CMD_MW) += mv.o
obj-$(CONFIG_SIMPLE_PARSER) += setenv.o
obj-$(CONFIG_CMD_EXPORT) += export.o
obj-$(CONFIG_CMD_PRINTENV) += printenv.o