summaryrefslogtreecommitdiffstats
path: root/lib/Makefile
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2014-07-10 09:19:38 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2014-07-17 23:01:15 +0200
commit757377a9ab31689f4927466c58c63a37964573f0 (patch)
treeb690d93425433abee1cf687659d81bccef169d09 /lib/Makefile
parent92df1ff5f1443cec9c43f6826b99a43e110a67ed (diff)
downloadbarebox-757377a9ab31689f4927466c58c63a37964573f0.tar.gz
barebox-757377a9ab31689f4927466c58c63a37964573f0.tar.xz
lib: Add bitmap functions from kernel
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 e8769a9be2..78f724a095 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -44,3 +44,4 @@ obj-y += gui/
obj-$(CONFIG_XYMODEM) += xymodem.o
obj-y += unlink-recursive.o
obj-$(CONFIG_STMP_DEVICE) += stmp-device.o
+obj-y += bitmap.o