]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blame - drivers/video/console/Makefile
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
[mirror_ubuntu-zesty-kernel.git] / drivers / video / console / Makefile
CommitLineData
1da177e4
LT
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
1da177e4 5obj-$(CONFIG_DUMMY_CONSOLE) += dummycon.o
d1e183c8
GU
6obj-$(CONFIG_SGI_NEWPORT_CONSOLE) += newport_con.o
7obj-$(CONFIG_STI_CONSOLE) += sticon.o sticore.o
1da177e4
LT
8obj-$(CONFIG_VGA_CONSOLE) += vgacon.o
9obj-$(CONFIG_MDA_CONSOLE) += mdacon.o
d1e183c8 10obj-$(CONFIG_FRAMEBUFFER_CONSOLE) += fbcon.o bitblit.o softcursor.o
1da177e4
LT
11ifeq ($(CONFIG_FB_TILEBLITTING),y)
12obj-$(CONFIG_FRAMEBUFFER_CONSOLE) += tileblit.o
13endif
6cc50e1c 14ifeq ($(CONFIG_FRAMEBUFFER_CONSOLE_ROTATION),y)
ed8c0e99
AD
15obj-$(CONFIG_FRAMEBUFFER_CONSOLE) += fbcon_rotate.o fbcon_cw.o fbcon_ud.o \
16 fbcon_ccw.o
6cc50e1c 17endif
1da177e4 18
d1e183c8 19obj-$(CONFIG_FB_STI) += sticore.o