1*b2441318SGreg Kroah-Hartman# SPDX-License-Identifier: GPL-2.0 2f7018c21STomi Valkeinen# Makefile for the Geode family framebuffer drivers 3f7018c21STomi Valkeinen 4f7018c21STomi Valkeinenobj-$(CONFIG_FB_GEODE_GX1) += gx1fb.o 5f7018c21STomi Valkeinenobj-$(CONFIG_FB_GEODE_GX) += gxfb.o 6f7018c21STomi Valkeinenobj-$(CONFIG_FB_GEODE_LX) += lxfb.o 7f7018c21STomi Valkeinen 8f7018c21STomi Valkeinengx1fb-objs := gx1fb_core.o display_gx1.o video_cs5530.o 9f7018c21STomi Valkeinengxfb-objs := gxfb_core.o display_gx.o video_gx.o suspend_gx.o 10f7018c21STomi Valkeinenlxfb-objs := lxfb_core.o lxfb_ops.o 11