summaryrefslogtreecommitdiffstats
path: root/drivers/staging/gma500/Makefile
diff options
context:
space:
mode:
authorAlan Cox <alan@linux.intel.com>2011-07-05 15:41:11 +0100
committerGreg Kroah-Hartman <gregkh@suse.de>2011-07-05 08:20:42 -0700
commit657839ba30a32e3317772493312812e3d80d7b4a (patch)
tree5fc6cb981c5139102cfd8155581cc090bef6b1fe /drivers/staging/gma500/Makefile
parent1ff6d5fe7c06937c250ed1644077ac0ad74d8aa4 (diff)
gma500: move framebuffer file
The framebuffer code is now clean of device specific code, and passes checkpatch. Move it to its new name 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/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/gma500/Makefile b/drivers/staging/gma500/Makefile
index 2ad6b1cf21b..fb6040f01d7 100644
--- a/drivers/staging/gma500/Makefile
+++ b/drivers/staging/gma500/Makefile
@@ -6,9 +6,9 @@ ccflags-y += -Iinclude/drm
psb_gfx-y += gem_glue.o \
backlight.o \
power.o \
+ framebuffer.o \
psb_drv.o \
psb_gem.o \
- psb_fb.o \
psb_2d.o \
psb_gtt.o \
psb_intel_bios.o \