Cross Reference: Makefile
xref: /src/sys/external/bsd/drm2/dist/drm/virtio/Makefile
  • Home
  • History
  • AnnotateAnnotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/sys/external/bsd/drm2/dist/drm/virtio/
Makefile revision 1.1
11.1Sriastrad#
21.1Sriastrad# Makefile for the drm device driver.  This driver provides support for the
31.1Sriastrad# Direct Rendering Infrastructure (DRI) in XFree86 4.1.0 and higher.
41.1Sriastrad
51.1Sriastradccflags-y := -Iinclude/drm
61.1Sriastrad
71.1Sriastradvirtio-gpu-y := virtgpu_drv.o virtgpu_kms.o virtgpu_drm_bus.o virtgpu_gem.o \
81.1Sriastrad	virtgpu_fb.o virtgpu_display.o virtgpu_vq.o virtgpu_ttm.o \
91.1Sriastrad	virtgpu_fence.o virtgpu_object.o virtgpu_debugfs.o virtgpu_plane.o \
101.1Sriastrad	virtgpu_ioctl.o virtgpu_prime.o
111.1Sriastrad
121.1Sriastradobj-$(CONFIG_DRM_VIRTIO_GPU) += virtio-gpu.o
13

Indexes created Sat Dec 27 09:09:41 GMT 2025