summaryrefslogtreecommitdiff
path: root/drivers/staging/gma500/Makefile
diff options
context:
space:
mode:
authorAlan Cox <alan@linux.jf.intel.com>2011-02-24 16:24:50 (GMT)
committerGreg Kroah-Hartman <gregkh@suse.de>2011-03-01 01:59:56 (GMT)
commitaa19d8e9901ea9056e4e1e5c25af9b154d4e069b (patch)
treeb4aa4164949341fae10b963fd912a8b4d160d847 /drivers/staging/gma500/Makefile
parentb75ae07963f99f89319b17935af20513d57df577 (diff)
downloadlinux-fsl-qoriq-aa19d8e9901ea9056e4e1e5c25af9b154d4e069b.tar.xz
staging: gma500: Add 2D acceleration
This is taken from Richard Purdie's previous attempt to rip the heart out of the PVR driver and stake it. Accelerate copies and fills. [Revised patch which disables the methods until we can finish debugging them] Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/gma500/Makefile')
-rw-r--r--drivers/staging/gma500/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/gma500/Makefile b/drivers/staging/gma500/Makefile
index 21381eb..a52ba48 100644
--- a/drivers/staging/gma500/Makefile
+++ b/drivers/staging/gma500/Makefile
@@ -6,6 +6,7 @@ ccflags-y += -Iinclude/drm
psb_gfx-y += psb_bl.o \
psb_drv.o \
psb_fb.o \
+ psb_2d.o \
psb_gtt.o \
psb_intel_bios.o \
psb_intel_opregion.o \