162306a36Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0 262306a36Sopenharmony_ci# Makefile for the Linux graphics to console drivers. 362306a36Sopenharmony_ci# 5 Aug 1999, James Simmons, <mailto:jsimmons@users.sf.net> 462306a36Sopenharmony_ci# Rewritten to use lists instead of if-statements. 562306a36Sopenharmony_ci 662306a36Sopenharmony_ciobj-$(CONFIG_DUMMY_CONSOLE) += dummycon.o 762306a36Sopenharmony_ciobj-$(CONFIG_SGI_NEWPORT_CONSOLE) += newport_con.o 862306a36Sopenharmony_ciobj-$(CONFIG_STI_CONSOLE) += sticon.o 962306a36Sopenharmony_ciobj-$(CONFIG_VGA_CONSOLE) += vgacon.o 1062306a36Sopenharmony_ciobj-$(CONFIG_MDA_CONSOLE) += mdacon.o 11