Makefile (c575b7eeb89f94356997abd62d6d5a0590e259b7) | Makefile (4394e96423444c1b37c8bb1ed0b1de8391dedafa) |
---|---|
1# SPDX-License-Identifier: GPL-2.0 OR MIT 2 3drm_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 \ | 1# SPDX-License-Identifier: GPL-2.0 OR MIT 2 3drm_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 | 8 xen_drm_front_cfg.o \ 9 xen_drm_front_gem.o |
9 | 10 |
10ifeq ($(CONFIG_DRM_XEN_FRONTEND_CMA),y) 11 drm_xen_front-objs += xen_drm_front_gem_cma.o 12else 13 drm_xen_front-objs += xen_drm_front_gem.o 14endif 15 | |
16obj-$(CONFIG_DRM_XEN_FRONTEND) += drm_xen_front.o | 11obj-$(CONFIG_DRM_XEN_FRONTEND) += drm_xen_front.o |