summaryrefslogtreecommitdiffstats
path: root/common/Makefile
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2010-09-23 21:32:20 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2010-09-24 08:46:40 +0200
commitd424ce77f5e9295584252452dbd78eea562c9af0 (patch)
tree8a1ded02eb19e0d41c9738958f33a59e5c8f63f7 /common/Makefile
parent0ceafe14be072696eff3e549d8c7b7de8a3e416d (diff)
downloadbarebox-d424ce77f5e9295584252452dbd78eea562c9af0.tar.gz
barebox-d424ce77f5e9295584252452dbd78eea562c9af0.tar.xz
image: factorise image printing contents
before we duplicate it between command/bootm.c and scripts/mkimage.c Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'common/Makefile')
-rw-r--r--common/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/Makefile b/common/Makefile
index 94b13875f1..e56dbc21a8 100644
--- a/common/Makefile
+++ b/common/Makefile
@@ -13,7 +13,7 @@ obj-$(CONFIG_CONSOLE_FULL) += console.o
obj-$(CONFIG_CONSOLE_SIMPLE) += console_simple.o
obj-$(CONFIG_DIGEST) += digest.o
obj-y += env.o
-obj-$(CONFIG_CMD_BOOTM_SHOW_TYPE) += image.o
+obj-$(CONFIG_CMD_BOOTM) += image.o
obj-y += startup.o
obj-y += misc.o
obj-y += memsize.o