1*4882a593Smuzhiyun# SPDX-License-Identifier: GPL-2.0 2*4882a593Smuzhiyun# Makefile for the Linux graphics to console drivers. 3*4882a593Smuzhiyun# 5 Aug 1999, James Simmons, <mailto:jsimmons@users.sf.net> 4*4882a593Smuzhiyun# Rewritten to use lists instead of if-statements. 5*4882a593Smuzhiyun 6*4882a593Smuzhiyunobj-$(CONFIG_DUMMY_CONSOLE) += dummycon.o 7*4882a593Smuzhiyunobj-$(CONFIG_SGI_NEWPORT_CONSOLE) += newport_con.o 8*4882a593Smuzhiyunobj-$(CONFIG_STI_CONSOLE) += sticon.o sticore.o 9*4882a593Smuzhiyunobj-$(CONFIG_VGA_CONSOLE) += vgacon.o 10*4882a593Smuzhiyunobj-$(CONFIG_MDA_CONSOLE) += mdacon.o 11*4882a593Smuzhiyun 12*4882a593Smuzhiyunobj-$(CONFIG_FB_STI) += sticore.o 13