summaryrefslogtreecommitdiffstats
path: root/common/Makefile
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2013-04-17 13:35:14 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2013-04-17 13:35:17 +0200
commit255e5b4c4231ec381f87992109a15098ec00f8d6 (patch)
tree5817734b143b57bc8b6801782df89916eb2add2b /common/Makefile
parentd91b7772c48fa47bbd73857471e91a5d0cc8b876 (diff)
downloadbarebox-255e5b4c4231ec381f87992109a15098ec00f8d6.tar.gz
barebox-255e5b4c4231ec381f87992109a15098ec00f8d6.tar.xz
memory commands: move memory_display to separate file
memory_display is a function which should generally be available. Currently it depends on memory command support being compiled in, so move the function to a separate file. Signed-off-by: Sascha Hauer <s.hauer@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 dcb07c271c..94601728d3 100644
--- a/common/Makefile
+++ b/common/Makefile
@@ -13,6 +13,7 @@ obj-$(CONFIG_CMD_LOADS) += s_record.o
obj-$(CONFIG_OFTREE) += oftree.o
obj-y += memory.o
+obj-y += memory_display.o
obj-$(CONFIG_MALLOC_DLMALLOC) += dlmalloc.o
obj-$(CONFIG_MALLOC_TLSF) += tlsf_malloc.o
obj-$(CONFIG_MALLOC_TLSF) += tlsf.o