11.1Sriastrad# SPDX-License-Identifier: GPL-2.0 OR MIT 21.1Sriastrad 31.1Sriastraddrm_xen_front-objs := xen_drm_front.o \ 41.1Sriastrad xen_drm_front_kms.o \ 51.1Sriastrad xen_drm_front_conn.o \ 61.1Sriastrad xen_drm_front_evtchnl.o \ 71.1Sriastrad xen_drm_front_cfg.o \ 81.1Sriastrad xen_drm_front_gem.o 91.1Sriastrad 101.1Sriastradobj-$(CONFIG_DRM_XEN_FRONTEND) += drm_xen_front.o 11