Andrew Scull | b4b6d4a | 2019-01-02 15:54:55 +0000 | [diff] [blame^] | 1 | # SPDX-License-Identifier: GPL-2.0 OR MIT |
2 | |||||
3 | drm_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_shbuf.o \ | ||||
8 | xen_drm_front_cfg.o \ | ||||
9 | xen_drm_front_gem.o | ||||
10 | |||||
11 | obj-$(CONFIG_DRM_XEN_FRONTEND) += drm_xen_front.o |