Makefile revision 1.3
11.3Sriastrad# SPDX-License-Identifier: GPL-2.0 21.1Sriastrad# 31.1Sriastrad# Makefile for the drm device driver. This driver provides support for the 41.1Sriastrad# Direct Rendering Infrastructure (DRI) in XFree86 4.1.0 and higher. 51.1Sriastrad 61.3Sriastradvirtio-gpu-y := virtgpu_drv.o virtgpu_kms.o virtgpu_gem.o \ 71.3Sriastrad virtgpu_display.o virtgpu_vq.o \ 81.1Sriastrad virtgpu_fence.o virtgpu_object.o virtgpu_debugfs.o virtgpu_plane.o \ 91.3Sriastrad virtgpu_ioctl.o virtgpu_prime.o virtgpu_trace_points.o 101.1Sriastrad 111.1Sriastradobj-$(CONFIG_DRM_VIRTIO_GPU) += virtio-gpu.o 12