summaryrefslogtreecommitdiffstats
path: root/commands/Makefile
diff options
context:
space:
mode:
authorJuergen Beisert <j.beisert@pengutronix.de>2007-11-09 23:19:54 +0100
committerJuergen Beisert <j.beisert@pengutronix.de>2007-11-12 16:28:23 +0100
commit8413d78ab3e3062641dbe3069fcd454858244679 (patch)
tree5d6ba1e6b049c0b8c12ee703851ec410a6c5763e /commands/Makefile
parent2966bba2160e3d9e828c1eadcd9a35a84878e664 (diff)
downloadbarebox-8413d78ab3e3062641dbe3069fcd454858244679.tar.gz
barebox-8413d78ab3e3062641dbe3069fcd454858244679.tar.xz
separating environment commands, part 2
Signed-off-by: Juergen Beisert <j.beisert@pengutronix.de>
Diffstat (limited to 'commands/Makefile')
-rw-r--r--commands/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/commands/Makefile b/commands/Makefile
index 3d0efd0170..ba6ffbfea7 100644
--- a/commands/Makefile
+++ b/commands/Makefile
@@ -11,7 +11,6 @@ obj-$(CONFIG_CMD_EXEC) += exec.o
obj-$(CONFIG_CMD_SLEEP) += sleep.o
obj-$(CONFIG_CMD_RESET) += reset.o
obj-$(CONFIG_CMD_GO) += go.o
-obj-$(CONFIG_CMD_ENVIRONMENT) += environment.o
obj-$(CONFIG_NET) += net.o
obj-$(CONFIG_CMD_PARTITION) += partition.o
obj-$(CONFIG_CMD_LS) += ls.o
@@ -39,3 +38,5 @@ obj-$(CONFIG_CMD_MV) += mv.o
obj-$(CONFIG_SIMPLE_PARSER) += setenv.o
obj-$(CONFIG_CMD_EXPORT) += export.o
obj-$(CONFIG_CMD_PRINTENV) += printenv.o
+obj-$(CONFIG_CMD_SAVEENV) += saveenv.o
+obj-$(CONFIG_CMD_LOADENV) += loadenv.o