brintos

brintos / linux-shallow public Read only

0
0
Text · 357 B · 16ba8a7 Raw
11 lines · plain
1# SPDX-License-Identifier: GPL-2.02# Makefile for the Geode family framebuffer drivers3 4obj-$(CONFIG_FB_GEODE_GX1) += gx1fb.o5obj-$(CONFIG_FB_GEODE_GX)  += gxfb.o6obj-$(CONFIG_FB_GEODE_LX)  += lxfb.o7 8gx1fb-objs := gx1fb_core.o display_gx1.o video_cs5530.o9gxfb-objs  := gxfb_core.o display_gx.o video_gx.o suspend_gx.o10lxfb-objs  := lxfb_core.o lxfb_ops.o11