]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blob - drivers/video/console/Makefile
43bfa485db9687411411e1fecdef4c29565c7ab6
[mirror_ubuntu-bionic-kernel.git] / drivers / video / console / Makefile
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
5 obj-$(CONFIG_DUMMY_CONSOLE) += dummycon.o
6 obj-$(CONFIG_SGI_NEWPORT_CONSOLE) += newport_con.o
7 obj-$(CONFIG_STI_CONSOLE) += sticon.o sticore.o
8 obj-$(CONFIG_VGA_CONSOLE) += vgacon.o
9 obj-$(CONFIG_MDA_CONSOLE) += mdacon.o
10 obj-$(CONFIG_FRAMEBUFFER_CONSOLE) += fbcon.o bitblit.o softcursor.o
11 ifeq ($(CONFIG_FB_TILEBLITTING),y)
12 obj-$(CONFIG_FRAMEBUFFER_CONSOLE) += tileblit.o
13 endif
14 ifeq ($(CONFIG_FRAMEBUFFER_CONSOLE_ROTATION),y)
15 obj-$(CONFIG_FRAMEBUFFER_CONSOLE) += fbcon_rotate.o fbcon_cw.o fbcon_ud.o \
16 fbcon_ccw.o
17 endif
18
19 obj-$(CONFIG_FB_STI) += sticore.o