xref: /openbmc/linux/drivers/gpu/drm/ttm/Makefile (revision 2334b75f)
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
102334b75fSKonrad Rzeszutek Wilkifeq ($(CONFIG_SWIOTLB),y)
112334b75fSKonrad Rzeszutek Wilkttm-y += ttm_page_alloc_dma.o
122334b75fSKonrad Rzeszutek Wilkendif
132334b75fSKonrad Rzeszutek Wilk
14ba4e7d97SThomas Hellstromobj-$(CONFIG_DRM_TTM) += ttm.o
15