diff options
Diffstat (limited to 'drivers/video/geode/Makefile')
-rw-r--r-- | drivers/video/geode/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/geode/Makefile b/drivers/video/geode/Makefile index 957304b45fba..5c98da126883 100644 --- a/drivers/video/geode/Makefile +++ b/drivers/video/geode/Makefile | |||
@@ -5,5 +5,5 @@ obj-$(CONFIG_FB_GEODE_GX) += gxfb.o | |||
5 | obj-$(CONFIG_FB_GEODE_LX) += lxfb.o | 5 | obj-$(CONFIG_FB_GEODE_LX) += lxfb.o |
6 | 6 | ||
7 | gx1fb-objs := gx1fb_core.o display_gx1.o video_cs5530.o | 7 | gx1fb-objs := gx1fb_core.o display_gx1.o video_cs5530.o |
8 | gxfb-objs := gxfb_core.o display_gx.o video_gx.o | 8 | gxfb-objs := gxfb_core.o display_gx.o video_gx.o suspend_gx.o |
9 | lxfb-objs := lxfb_core.o lxfb_ops.o | 9 | lxfb-objs := lxfb_core.o lxfb_ops.o |