aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/mb862xx/Makefile
diff options
context:
space:
mode:
authorValentin Sitdikov <valentin.sitdikov@siemens.com>2009-12-15 16:46:28 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2009-12-16 07:20:01 -0800
commit2ec509b96cce5e6d19ee43fdd818eab78e76328d (patch)
tree7cc89e4ee2d10cc63327490905633c04a617ba18 /drivers/video/mb862xx/Makefile
parentd2a34c13e7ccec5d06eafd60e6f80ea531b34668 (diff)
downloadkernel_samsung_smdk4412-2ec509b96cce5e6d19ee43fdd818eab78e76328d.zip
kernel_samsung_smdk4412-2ec509b96cce5e6d19ee43fdd818eab78e76328d.tar.gz
kernel_samsung_smdk4412-2ec509b96cce5e6d19ee43fdd818eab78e76328d.tar.bz2
mb862xxfb: add acceleration support for Coral-P/Coral-PA. * imageblt * copyarea * fillrect
[akpm@linux-foundation.org: clean up comments, remove do-nothing tests, use min()] [akpm@linux-foundation.org: fix Alexandr's email address] [akpm@linux-foundation.org: export mb862xxfb_init_accel] Signed-off-by: Valentin Sitdikov <valentin.sitdikov@siemens.com> Cc: Krzysztof Helt <krzysztof.h1@poczta.fm> Cc: Anatolij Gustschin <agust@denx.de> Signed-off-by: Alexander Shishkin <virtuoso@slind.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/video/mb862xx/Makefile')
-rw-r--r--drivers/video/mb862xx/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/mb862xx/Makefile b/drivers/video/mb862xx/Makefile
index 0766481..d777771 100644
--- a/drivers/video/mb862xx/Makefile
+++ b/drivers/video/mb862xx/Makefile
@@ -2,4 +2,4 @@
# Makefile for the MB862xx framebuffer driver
#
-obj-$(CONFIG_FB_MB862XX) := mb862xxfb.o
+obj-$(CONFIG_FB_MB862XX) := mb862xxfb.o mb862xxfb_accel.o