xref: /linux/drivers/video/console/Makefile (revision cdd5b5a9761fd66d17586e4f4ba6588c70e640ea)
1b2441318SGreg 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
8*74708497SThomas Zimmermannobj-$(CONFIG_STI_CONSOLE)         += sticon.o
91da177e4SLinus Torvaldsobj-$(CONFIG_VGA_CONSOLE)         += vgacon.o
101da177e4SLinus Torvaldsobj-$(CONFIG_MDA_CONSOLE)         += mdacon.o
11