xref: /linux/drivers/gpu/drm/ttm/Makefile (revision 2334b75ffbef6b8932f09ec4418b65ddb764ae99)
1ba4e7d97SThomas Hellstrom#
2ba4e7d97SThomas Hellstrom# Makefile for the drm device driver.  This driver provides support for the
3ba4e7d97SThomas Hellstrom
4ba4e7d97SThomas Hellstromccflags-y := -Iinclude/drm
5ba4e7d97SThomas Hellstromttm-y := ttm_agp_backend.o ttm_memory.o ttm_tt.o ttm_bo.o \
6ba4420c2SDave Airlie	ttm_bo_util.o ttm_bo_vm.o ttm_module.o \
7d961db75SBen Skeggs	ttm_object.o ttm_lock.o ttm_execbuf_util.o ttm_page_alloc.o \
8d961db75SBen Skeggs	ttm_bo_manager.o
9ba4e7d97SThomas Hellstrom
10*2334b75fSKonrad Rzeszutek Wilkifeq ($(CONFIG_SWIOTLB),y)
11*2334b75fSKonrad Rzeszutek Wilkttm-y += ttm_page_alloc_dma.o
12*2334b75fSKonrad Rzeszutek Wilkendif
13*2334b75fSKonrad Rzeszutek Wilk
14ba4e7d97SThomas Hellstromobj-$(CONFIG_DRM_TTM) += ttm.o
15