xref: /linux/drivers/gpu/drm/xen/Makefile (revision 4394e96423444c1b37c8bb1ed0b1de8391dedafa)
1c575b7eeSOleksandr Andrushchenko# SPDX-License-Identifier: GPL-2.0 OR MIT
2c575b7eeSOleksandr Andrushchenko
3c575b7eeSOleksandr Andrushchenkodrm_xen_front-objs := xen_drm_front.o \
4c575b7eeSOleksandr Andrushchenko		      xen_drm_front_kms.o \
5c575b7eeSOleksandr Andrushchenko		      xen_drm_front_conn.o \
6c575b7eeSOleksandr Andrushchenko		      xen_drm_front_evtchnl.o \
7c575b7eeSOleksandr Andrushchenko		      xen_drm_front_shbuf.o \
8*4394e964SOleksandr Andrushchenko		      xen_drm_front_cfg.o \
9*4394e964SOleksandr Andrushchenko		      xen_drm_front_gem.o
10c575b7eeSOleksandr Andrushchenko
11c575b7eeSOleksandr Andrushchenkoobj-$(CONFIG_DRM_XEN_FRONTEND) += drm_xen_front.o
12