xref: /openbmc/linux/drivers/gpu/drm/ttm/Makefile (revision f07069da)
1b2441318SGreg Kroah-Hartman# SPDX-License-Identifier: GPL-2.0
2ba4e7d97SThomas Hellstrom#
3ba4e7d97SThomas Hellstrom# Makefile for the drm device driver.  This driver provides support for the
4ba4e7d97SThomas Hellstrom
5*f07069daSChristian Königttm-y := ttm_tt.o ttm_bo.o ttm_bo_util.o ttm_bo_vm.o ttm_module.o \
6*f07069daSChristian König	ttm_execbuf_util.o ttm_range_manager.o ttm_resource.o ttm_pool.o \
7*f07069daSChristian König	ttm_device.o
8e6bf6e57SDaniel Vetterttm-$(CONFIG_AGP) += ttm_agp_backend.o
92334b75fSKonrad Rzeszutek Wilk
10ba4e7d97SThomas Hellstromobj-$(CONFIG_DRM_TTM) += ttm.o
11