Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | # Makefile for the Geode family framebuffer drivers |
| 2 | |
| 3 | obj-$(CONFIG_FB_GEODE_GX1) += gx1fb.o |
David Vrabel | fc4effc | 2006-03-27 01:17:23 -0800 | [diff] [blame] | 4 | obj-$(CONFIG_FB_GEODE_GX) += gxfb.o |
Jordan Crouse | 3968cb49 | 2007-07-31 00:37:40 -0700 | [diff] [blame] | 5 | obj-$(CONFIG_FB_GEODE_LX) += lxfb.o |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 6 | |
David Vrabel | fc4effc | 2006-03-27 01:17:23 -0800 | [diff] [blame] | 7 | gx1fb-objs := gx1fb_core.o display_gx1.o video_cs5530.o |
Andres Salomon | 46fb6f1 | 2008-04-28 02:15:02 -0700 | [diff] [blame] | 8 | gxfb-objs := gxfb_core.o display_gx.o video_gx.o suspend_gx.o |
Jordan Crouse | 3968cb49 | 2007-07-31 00:37:40 -0700 | [diff] [blame] | 9 | lxfb-objs := lxfb_core.o lxfb_ops.o |