xref: /openbmc/linux/drivers/gpu/drm/ttm/Makefile (revision e6bf6e57)
1ba4e7d97SThomas Hellstrom#
2ba4e7d97SThomas Hellstrom# Makefile for the drm device driver.  This driver provides support for the
3ba4e7d97SThomas Hellstrom
4ba4e7d97SThomas Hellstromccflags-y := -Iinclude/drm
5e6bf6e57SDaniel Vetterttm-y := 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 \
87aeb7448SThomas Hellstrom	ttm_bo_manager.o ttm_page_alloc_dma.o
9e6bf6e57SDaniel Vetterttm-$(CONFIG_AGP) += ttm_agp_backend.o
102334b75fSKonrad Rzeszutek Wilk
11ba4e7d97SThomas Hellstromobj-$(CONFIG_DRM_TTM) += ttm.o
12