summaryrefslogtreecommitdiffstats
path: root/common/Makefile
diff options
context:
space:
mode:
authorJan Luebbe <jlu@pengutronix.de>2012-09-05 17:52:12 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2012-09-06 12:43:36 +0200
commitef01e97f6c37fed9d75a8863911a6c786c716917 (patch)
tree46dcd0afda0928a56050739780d8304960dae0f1 /common/Makefile
parent25fc2ca049636274afcf65528ec07187d215cd27 (diff)
downloadbarebox-ef01e97f6c37fed9d75a8863911a6c786c716917.tar.gz
barebox-ef01e97f6c37fed9d75a8863911a6c786c716917.tar.xz
common: split out meminfo output and make it optional
Signed-off-by: Jan Luebbe <jlu@pengutronix.de> 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 df9f301234..68582b78e1 100644
--- a/common/Makefile
+++ b/common/Makefile
@@ -19,6 +19,7 @@ obj-$(CONFIG_MALLOC_TLSF) += tlsf.o
obj-$(CONFIG_MALLOC_DUMMY) += dummy_malloc.o
obj-y += clock.o
obj-$(CONFIG_BANNER) += version.o
+obj-$(CONFIG_MEMINFO) += meminfo.o
obj-$(CONFIG_COMMAND_SUPPORT) += command.o
obj-$(CONFIG_CONSOLE_FULL) += console.o
obj-$(CONFIG_CONSOLE_SIMPLE) += console_simple.o