xref: /openbmc/linux/drivers/video/fbdev/kyro/Makefile (revision ec8f24b7)
1ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only
2f7018c21STomi Valkeinen#
3f7018c21STomi Valkeinen# Makefile for the Kyro framebuffer driver
4f7018c21STomi Valkeinen#
5f7018c21STomi Valkeinen
6f7018c21STomi Valkeinenobj-$(CONFIG_FB_KYRO)	+= kyrofb.o
7f7018c21STomi Valkeinen
8f7018c21STomi Valkeinenkyrofb-objs	:= STG4000Ramdac.o STG4000VTG.o STG4000OverlayDevice.o \
9f7018c21STomi Valkeinen		   STG4000InitDevice.o fbdev.o
10