brintos

brintos / linux-shallow public Read only

0
0
Text · 287 B · 825905f Raw
11 lines · plain
1# SPDX-License-Identifier: GPL-2.0 OR MIT2 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_cfg.o \8		      xen_drm_front_gem.o9 10obj-$(CONFIG_DRM_XEN_FRONTEND) += drm_xen_front.o11