summaryrefslogtreecommitdiffstats
path: root/commands/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'commands/Makefile')
-rw-r--r--commands/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/commands/Makefile b/commands/Makefile
index 3db65cf206..3d0efd0170 100644
--- a/commands/Makefile
+++ b/commands/Makefile
@@ -36,3 +36,6 @@ 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_SIMPLE_PARSER) += setenv.o
+obj-$(CONFIG_CMD_EXPORT) += export.o
+obj-$(CONFIG_CMD_PRINTENV) += printenv.o