xref: /openbmc/linux/drivers/video/console/Makefile (revision 711aab1d)
1# Makefile for the Linux graphics to console drivers.
2# 5 Aug 1999, James Simmons, <mailto:jsimmons@users.sf.net>
3# Rewritten to use lists instead of if-statements.
4
5obj-$(CONFIG_DUMMY_CONSOLE)       += dummycon.o
6obj-$(CONFIG_SGI_NEWPORT_CONSOLE) += newport_con.o
7obj-$(CONFIG_STI_CONSOLE)         += sticon.o sticore.o
8obj-$(CONFIG_VGA_CONSOLE)         += vgacon.o
9obj-$(CONFIG_MDA_CONSOLE)         += mdacon.o
10
11obj-$(CONFIG_FB_STI)              += sticore.o
12