blob: db07b784bd2ccdcbffde933926ed5cee2bbbc7d4 [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001# SPDX-License-Identifier: GPL-2.0
Linus Torvalds1da177e2005-04-16 15:20:36 -07002# Makefile for the Linux graphics to console drivers.
3# 5 Aug 1999, James Simmons, <mailto:jsimmons@users.sf.net>
4# Rewritten to use lists instead of if-statements.
5
Linus Torvalds1da177e2005-04-16 15:20:36 -07006obj-$(CONFIG_DUMMY_CONSOLE) += dummycon.o
Geert Uytterhoevend1e183c2013-05-15 13:26:20 +02007obj-$(CONFIG_SGI_NEWPORT_CONSOLE) += newport_con.o
8obj-$(CONFIG_STI_CONSOLE) += sticon.o sticore.o
Linus Torvalds1da177e2005-04-16 15:20:36 -07009obj-$(CONFIG_VGA_CONSOLE) += vgacon.o
10obj-$(CONFIG_MDA_CONSOLE) += mdacon.o
Linus Torvalds1da177e2005-04-16 15:20:36 -070011
Geert Uytterhoevend1e183c2013-05-15 13:26:20 +020012obj-$(CONFIG_FB_STI) += sticore.o