1# SPDX-License-Identifier: GPL-2.0 OR MIT 2 3drm_xen_front-objs := xen_drm_front.o \ 4 xen_drm_front_kms.o \ 5 xen_drm_front_conn.o \ 6 xen_drm_front_evtchnl.o \ 7 xen_drm_front_shbuf.o \ 8 xen_drm_front_cfg.o \ 9 xen_drm_front_gem.o 10 11obj-$(CONFIG_DRM_XEN_FRONTEND) += drm_xen_front.o 12