xref: /openbmc/linux/drivers/video/Makefile (revision 74708497)
1b2441318SGreg Kroah-Hartman# SPDX-License-Identifier: GPL-2.0
27283f862SThomas Zimmermann
37283f862SThomas Zimmermannobj-$(CONFIG_APERTURE_HELPERS)    += aperture.o
4*74708497SThomas Zimmermannobj-$(CONFIG_STI_CORE)            += sticore.o
5b2f594fdSAntonino A. Daplasobj-$(CONFIG_VGASTATE)            += vgastate.o
693604a5aSThomas Zimmermannobj-$(CONFIG_VIDEO_CMDLINE)       += cmdline.o
79a758d87SThomas Zimmermannobj-$(CONFIG_VIDEO_NOMODESET)     += nomodeset.o
8f142d3bdSThierry Redingobj-$(CONFIG_HDMI)                += hdmi.o
91da177e4SLinus Torvalds
109a179176SAntonino A. Daplasobj-$(CONFIG_VT)		  += console/
1134bf129aSArnd Bergmannobj-$(CONFIG_FB_STI)		  += console/
129a179176SAntonino A. Daplasobj-$(CONFIG_LOGO)		  += logo/
135a6b5e02SFlorian Tobias Schandinatobj-y				  += backlight/
149a179176SAntonino A. Daplas
15f7018c21STomi Valkeinenobj-y				  += fbdev/
1623b0f015SLuming Yu
17a38884f6STomi Valkeinenobj-$(CONFIG_VIDEOMODE_HELPERS) += display_timing.o videomode.o
18a38884f6STomi Valkeinenifeq ($(CONFIG_OF),y)
19a38884f6STomi Valkeinenobj-$(CONFIG_VIDEOMODE_HELPERS) += of_display_timing.o of_videomode.o
20a38884f6STomi Valkeinenendif
21