Cross Reference: Makefile
xref: /src/sys/external/bsd/drm2/dist/drm/ttm/Makefile
  • Home
  • History
  • AnnotateAnnotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/sys/external/bsd/drm2/dist/drm/ttm/
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
51.3Sriastradttm-y := ttm_memory.o ttm_tt.o ttm_bo.o \
61.1Sriastrad	ttm_bo_util.o ttm_bo_vm.o ttm_module.o \
71.3Sriastrad	ttm_execbuf_util.o ttm_page_alloc.o ttm_bo_manager.o
81.3Sriastradttm-$(CONFIG_AGP) += ttm_agp_backend.o
91.3Sriastradttm-$(CONFIG_DRM_TTM_DMA_PAGE_POOL) += ttm_page_alloc_dma.o
101.1Sriastrad
111.1Sriastradobj-$(CONFIG_DRM_TTM) += ttm.o
12

Indexes created Sun Dec 21 11:09:39 GMT 2025