Home | History | Annotate | Line # | Download | only in ttm
      1  1.3  riastrad # SPDX-License-Identifier: GPL-2.0
      2  1.1  riastrad #
      3  1.1  riastrad # Makefile for the drm device driver.  This driver provides support for the
      4  1.1  riastrad 
      5  1.3  riastrad ttm-y := ttm_memory.o ttm_tt.o ttm_bo.o \
      6  1.1  riastrad 	ttm_bo_util.o ttm_bo_vm.o ttm_module.o \
      7  1.3  riastrad 	ttm_execbuf_util.o ttm_page_alloc.o ttm_bo_manager.o
      8  1.3  riastrad ttm-$(CONFIG_AGP) += ttm_agp_backend.o
      9  1.3  riastrad ttm-$(CONFIG_DRM_TTM_DMA_PAGE_POOL) += ttm_page_alloc_dma.o
     10  1.1  riastrad 
     11  1.1  riastrad obj-$(CONFIG_DRM_TTM) += ttm.o
     12