summaryrefslogtreecommitdiffstats
path: root/common/Makefile
diff options
context:
space:
mode:
authorJuergen Beisert <j.beisert@pengutronix.de>2007-11-09 21:13:55 +0100
committerJuergen Beisert <j.beisert@pengutronix.de>2007-11-12 16:28:23 +0100
commitd59c600c656d08410ea862c582fbd77432c3ca47 (patch)
tree6c03b005910d262d7740348dae648c2cdfc7fe2e /common/Makefile
parent57cae4e82669748f94fad4d741c3fcf9cde128ac (diff)
downloadbarebox-d59c600c656d08410ea862c582fbd77432c3ca47.tar.gz
barebox-d59c600c656d08410ea862c582fbd77432c3ca47.tar.xz
separating memory commands
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 08a0a60121..81d04c2750 100644
--- a/common/Makefile
+++ b/common/Makefile
@@ -4,6 +4,7 @@ obj-$(CONFIG_GREGORIAN_CALENDER) += date.o
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-y += dlmalloc.o
obj-y += clock.o