xref: /linux/drivers/gpu/drm/xen/Makefile (revision 597473720f4dc69749542bfcfed4a927a43d935e)
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 \
7*4394e964SOleksandr Andrushchenko		      xen_drm_front_cfg.o \
8*4394e964SOleksandr Andrushchenko		      xen_drm_front_gem.o
9c575b7eeSOleksandr Andrushchenko
10c575b7eeSOleksandr Andrushchenkoobj-$(CONFIG_DRM_XEN_FRONTEND) += drm_xen_front.o
11