summaryrefslogtreecommitdiffstats
path: root/common/Makefile
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2013-05-07 06:11:53 +0000
committerTom Rini <trini@ti.com>2013-05-14 15:37:25 -0400
commit53fbb7e885d387426296d367969e2f22fa576705 (patch)
tree5d582cb32e8d8098ad1a22454a016b7c5f0a151c /common/Makefile
parent61a439a873e8ae95c1af2e6f1b1085372c4cb326 (diff)
downloadtalos-obmc-uboot-53fbb7e885d387426296d367969e2f22fa576705.tar.gz
talos-obmc-uboot-53fbb7e885d387426296d367969e2f22fa576705.zip
image: Split FIT code into new image-fit.c
The FIT code is about half the size of the >3000-line image.c. Split this code into its own file. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Marek Vasut <marex@denx.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 0429a3c51c..2f8a6719c3 100644
--- a/common/Makefile
+++ b/common/Makefile
@@ -231,6 +231,7 @@ COBJS-$(CONFIG_BOUNCE_BUFFER) += bouncebuf.o
COBJS-y += console.o
COBJS-y += dlmalloc.o
COBJS-y += image.o
+COBJS-$(CONFIG_FIT) += image-fit.o
COBJS-y += memsize.o
COBJS-y += stdio.o
OpenPOWER on IntegriCloud