18c2ecf20Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0 28c2ecf20Sopenharmony_ci# Makefile for the Linux graphics to console drivers. 38c2ecf20Sopenharmony_ci# 5 Aug 1999, James Simmons, <mailto:jsimmons@users.sf.net> 48c2ecf20Sopenharmony_ci# Rewritten to use lists instead of if-statements. 58c2ecf20Sopenharmony_ci 68c2ecf20Sopenharmony_ciobj-$(CONFIG_DUMMY_CONSOLE) += dummycon.o 78c2ecf20Sopenharmony_ciobj-$(CONFIG_SGI_NEWPORT_CONSOLE) += newport_con.o 88c2ecf20Sopenharmony_ciobj-$(CONFIG_STI_CONSOLE) += sticon.o sticore.o 98c2ecf20Sopenharmony_ciobj-$(CONFIG_VGA_CONSOLE) += vgacon.o 108c2ecf20Sopenharmony_ciobj-$(CONFIG_MDA_CONSOLE) += mdacon.o 118c2ecf20Sopenharmony_ci 128c2ecf20Sopenharmony_ciobj-$(CONFIG_FB_STI) += sticore.o 13