summaryrefslogtreecommitdiffstats
path: root/common/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 /common/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 'common/Makefile')
-rw-r--r--common/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/Makefile b/common/Makefile
index 81d04c2750..11d4ae5166 100644
--- a/common/Makefile
+++ b/common/Makefile
@@ -5,6 +5,7 @@ obj-$(CONFIG_OF_FLAT_TREE) += ft_build.o
obj-$(CONFIG_MODULE) += module.o
obj-$(CONFIG_KALLSYMS) += kallsyms.o
obj-$(CONFIG_CMD_MEMORY) += mem.o
+obj-$(CONFIG_ENV_HANDLING) += environment.o
obj-y += dlmalloc.o
obj-y += clock.o