xref: /openbmc/linux/drivers/video/console/Makefile (revision b2441318)
1*b2441318SGreg Kroah-Hartman# SPDX-License-Identifier: GPL-2.0
21da177e4SLinus Torvalds# Makefile for the Linux graphics to console drivers.
31da177e4SLinus Torvalds# 5 Aug 1999, James Simmons, <mailto:jsimmons@users.sf.net>
41da177e4SLinus Torvalds# Rewritten to use lists instead of if-statements.
51da177e4SLinus Torvalds
61da177e4SLinus Torvaldsobj-$(CONFIG_DUMMY_CONSOLE)       += dummycon.o
7d1e183c8SGeert Uytterhoevenobj-$(CONFIG_SGI_NEWPORT_CONSOLE) += newport_con.o
8d1e183c8SGeert Uytterhoevenobj-$(CONFIG_STI_CONSOLE)         += sticon.o sticore.o
91da177e4SLinus Torvaldsobj-$(CONFIG_VGA_CONSOLE)         += vgacon.o
101da177e4SLinus Torvaldsobj-$(CONFIG_MDA_CONSOLE)         += mdacon.o
111da177e4SLinus Torvalds
12d1e183c8SGeert Uytterhoevenobj-$(CONFIG_FB_STI)              += sticore.o
13