xref: /kernel/linux/linux-5.10/drivers/video/console/Makefile
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-5.10/drivers/video/console/
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

Indexes created Thu Nov 07 10:32:03 CST 2024