xref: /linux/drivers/gpu/drm/xen/Makefile (revision c575b7eeb89f94356997abd62d6d5a0590e259b7)
1*c575b7eeSOleksandr Andrushchenko# SPDX-License-Identifier: GPL-2.0 OR MIT
2*c575b7eeSOleksandr Andrushchenko
3*c575b7eeSOleksandr Andrushchenkodrm_xen_front-objs := xen_drm_front.o \
4*c575b7eeSOleksandr Andrushchenko		      xen_drm_front_kms.o \
5*c575b7eeSOleksandr Andrushchenko		      xen_drm_front_conn.o \
6*c575b7eeSOleksandr Andrushchenko		      xen_drm_front_evtchnl.o \
7*c575b7eeSOleksandr Andrushchenko		      xen_drm_front_shbuf.o \
8*c575b7eeSOleksandr Andrushchenko		      xen_drm_front_cfg.o
9*c575b7eeSOleksandr Andrushchenko
10*c575b7eeSOleksandr Andrushchenkoifeq ($(CONFIG_DRM_XEN_FRONTEND_CMA),y)
11*c575b7eeSOleksandr Andrushchenko	drm_xen_front-objs += xen_drm_front_gem_cma.o
12*c575b7eeSOleksandr Andrushchenkoelse
13*c575b7eeSOleksandr Andrushchenko	drm_xen_front-objs += xen_drm_front_gem.o
14*c575b7eeSOleksandr Andrushchenkoendif
15*c575b7eeSOleksandr Andrushchenko
16*c575b7eeSOleksandr Andrushchenkoobj-$(CONFIG_DRM_XEN_FRONTEND) += drm_xen_front.o
17