You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# Makefile for the Geode family framebuffer drivers
|
|
|
|
obj-$(CONFIG_FB_GEODE_GX1) += gx1fb.o
|
|
obj-$(CONFIG_FB_GEODE_GX) += gxfb.o
|
|
|
|
gx1fb-objs := gx1fb_core.o display_gx1.o video_cs5530.o
|
|
gxfb-objs := gxfb_core.o display_gx.o video_gx.o
|
|
|