| 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 |
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5 | |
| David Vrabel | fc4effc | 2006-03-27 01:17:23 -0800 | [diff] [blame] | 6 | gx1fb-objs := gx1fb_core.o display_gx1.o video_cs5530.o |
| 7 | gxfb-objs := gxfb_core.o display_gx.o video_gx.o | ||||