]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blame_incremental - 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
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
10obj-$(CONFIG_FRAMEBUFFER_CONSOLE) += fbcon.o bitblit.o softcursor.o
11ifeq ($(CONFIG_FB_TILEBLITTING),y)
12obj-$(CONFIG_FRAMEBUFFER_CONSOLE) += tileblit.o
13endif
14ifeq ($(CONFIG_FRAMEBUFFER_CONSOLE_ROTATION),y)
15obj-$(CONFIG_FRAMEBUFFER_CONSOLE) += fbcon_rotate.o fbcon_cw.o fbcon_ud.o \
16 fbcon_ccw.o
17endif
18
19obj-$(CONFIG_FB_STI) += sticore.o