Home | History | Annotate | Line # | Download | only in xen
      1  1.1  riastrad # SPDX-License-Identifier: GPL-2.0 OR MIT
      2  1.1  riastrad 
      3  1.1  riastrad drm_xen_front-objs := xen_drm_front.o \
      4  1.1  riastrad 		      xen_drm_front_kms.o \
      5  1.1  riastrad 		      xen_drm_front_conn.o \
      6  1.1  riastrad 		      xen_drm_front_evtchnl.o \
      7  1.1  riastrad 		      xen_drm_front_cfg.o \
      8  1.1  riastrad 		      xen_drm_front_gem.o
      9  1.1  riastrad 
     10  1.1  riastrad obj-$(CONFIG_DRM_XEN_FRONTEND) += drm_xen_front.o
     11