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.
6 lines
152 B
6 lines
152 B
20 years ago
|
# Makefile for the Geode family framebuffer drivers
|
||
|
|
||
|
obj-$(CONFIG_FB_GEODE_GX1) += gx1fb.o
|
||
|
|
||
|
gx1fb-objs := gx1fb_core.o display_gx1.o video_cs5530.o
|