xref: /openbmc/linux/drivers/video/fbdev/i810/Makefile (revision b2441318)
1b2441318SGreg Kroah-Hartman# SPDX-License-Identifier: GPL-2.0
2f7018c21STomi Valkeinen#
3f7018c21STomi Valkeinen# Makefile for the Intel 810/815 framebuffer driver
4f7018c21STomi Valkeinen#
5f7018c21STomi Valkeinen
6f7018c21STomi Valkeinenobj-$(CONFIG_FB_I810)		+= i810fb.o
7f7018c21STomi Valkeinen
8f7018c21STomi Valkeineni810fb-objs                     := i810_main.o i810_accel.o
9f7018c21STomi Valkeinen
10f7018c21STomi Valkeinenifdef CONFIG_FB_I810_GTF
11f7018c21STomi Valkeineni810fb-objs                     += i810_gtf.o
12f7018c21STomi Valkeinenelse
13f7018c21STomi Valkeineni810fb-objs                     += i810_dvt.o
14f7018c21STomi Valkeinenendif
15f7018c21STomi Valkeinen
16f7018c21STomi Valkeinenifdef CONFIG_FB_I810_I2C
17f7018c21STomi Valkeineni810fb-objs += i810-i2c.o
18f7018c21STomi Valkeinenendif
19