summaryrefslogtreecommitdiffstats
path: root/lib/Makefile
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2012-09-12 15:42:42 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2012-09-12 17:21:55 +0200
commit09a1a28233831c0d17085472e478bca1dba3a7ef (patch)
tree88909794f2d1fe315783ccdbaa0634aa35e5fbfe /lib/Makefile
parent78b7818fba76db92c1af8931b249055ea4f3feeb (diff)
downloadbarebox-09a1a28233831c0d17085472e478bca1dba3a7ef.tar.gz
barebox-09a1a28233831c0d17085472e478bca1dba3a7ef.tar.xz
introduce image_renderer framework
This will allow to support bmp and png Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'lib/Makefile')
-rw-r--r--lib/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Makefile b/lib/Makefile
index 997ba104b6..237daf1dc7 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -35,3 +35,4 @@ obj-$(CONFIG_BCH) += bch.o
obj-$(CONFIG_BITREV) += bitrev.o
obj-$(CONFIG_QSORT) += qsort.o
obj-$(CONFIG_BMP) += bmp.o graphic_utils.o
+obj-$(CONFIG_IMAGE_RENDERER) += image_renderer.o