mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 09:41:44 +00:00
6 lines
152 B
Makefile
6 lines
152 B
Makefile
|
# 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
|