1b2441318SGreg Kroah-Hartman# SPDX-License-Identifier: GPL-2.0 27283f862SThomas Zimmermann 37283f862SThomas Zimmermannobj-$(CONFIG_APERTURE_HELPERS) += aperture.o 475fa9b7eSThomas Zimmermannobj-$(CONFIG_SCREEN_INFO) += screen_info.o 574708497SThomas Zimmermannobj-$(CONFIG_STI_CORE) += sticore.o 6b2f594fdSAntonino A. Daplasobj-$(CONFIG_VGASTATE) += vgastate.o 771fc3249SThomas Zimmermannobj-$(CONFIG_VIDEO) += cmdline.o nomodeset.o 8f142d3bdSThierry Redingobj-$(CONFIG_HDMI) += hdmi.o 91da177e4SLinus Torvalds 1075fa9b7eSThomas Zimmermannscreen_info-y := screen_info_generic.o 11*036105e3SThomas Zimmermannscreen_info-$(CONFIG_PCI) += screen_info_pci.o 1275fa9b7eSThomas Zimmermann 139a179176SAntonino A. Daplasobj-$(CONFIG_VT) += console/ 1434bf129aSArnd Bergmannobj-$(CONFIG_FB_STI) += console/ 159a179176SAntonino A. Daplasobj-$(CONFIG_LOGO) += logo/ 165a6b5e02SFlorian Tobias Schandinatobj-y += backlight/ 179a179176SAntonino A. Daplas 18f7018c21STomi Valkeinenobj-y += fbdev/ 1923b0f015SLuming Yu 20a38884f6STomi Valkeinenobj-$(CONFIG_VIDEOMODE_HELPERS) += display_timing.o videomode.o 21a38884f6STomi Valkeinenifeq ($(CONFIG_OF),y) 22a38884f6STomi Valkeinenobj-$(CONFIG_VIDEOMODE_HELPERS) += of_display_timing.o of_videomode.o 23a38884f6STomi Valkeinenendif 24