1b2441318SGreg Kroah-Hartman# SPDX-License-Identifier: GPL-2.0 27283f862SThomas Zimmermann 37283f862SThomas Zimmermannobj-$(CONFIG_APERTURE_HELPERS) += aperture.o 45b4d995dSThomas Zimmermannobj-$(CONFIG_SCREEN_INFO) += screen_info.o 574708497SThomas Zimmermannobj-$(CONFIG_STI_CORE) += sticore.o 6b2f594fdSAntonino A. Daplasobj-$(CONFIG_VGASTATE) += vgastate.o 793604a5aSThomas Zimmermannobj-$(CONFIG_VIDEO_CMDLINE) += cmdline.o 89a758d87SThomas Zimmermannobj-$(CONFIG_VIDEO_NOMODESET) += nomodeset.o 9f142d3bdSThierry Redingobj-$(CONFIG_HDMI) += hdmi.o 101da177e4SLinus Torvalds 115b4d995dSThomas Zimmermannscreen_info-y := screen_info_generic.o 12*f5dce77fSThomas Zimmermannscreen_info-$(CONFIG_PCI) += screen_info_pci.o 135b4d995dSThomas Zimmermann 149a179176SAntonino A. Daplasobj-$(CONFIG_VT) += console/ 1534bf129aSArnd Bergmannobj-$(CONFIG_FB_STI) += console/ 169a179176SAntonino A. Daplasobj-$(CONFIG_LOGO) += logo/ 175a6b5e02SFlorian Tobias Schandinatobj-y += backlight/ 189a179176SAntonino A. Daplas 19f7018c21STomi Valkeinenobj-y += fbdev/ 2023b0f015SLuming Yu 21a38884f6STomi Valkeinenobj-$(CONFIG_VIDEOMODE_HELPERS) += display_timing.o videomode.o 22a38884f6STomi Valkeinenifeq ($(CONFIG_OF),y) 23a38884f6STomi Valkeinenobj-$(CONFIG_VIDEOMODE_HELPERS) += of_display_timing.o of_videomode.o 24a38884f6STomi Valkeinenendif 25