xref: /openbmc/linux/drivers/gpu/drm/ttm/Makefile (revision e3912d09)
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
5f07069daSChristian Königttm-y := ttm_tt.o ttm_bo.o ttm_bo_util.o ttm_bo_vm.o ttm_module.o \
6f07069daSChristian König	ttm_execbuf_util.o ttm_range_manager.o ttm_resource.o ttm_pool.o \
7b072b9cdSChristian König	ttm_device.o ttm_sys_manager.o
8e6bf6e57SDaniel Vetterttm-$(CONFIG_AGP) += ttm_agp_backend.o
92334b75fSKonrad Rzeszutek Wilk
10ba4e7d97SThomas Hellstromobj-$(CONFIG_DRM_TTM) += ttm.o
11*e3912d09SKarolina Stolarekobj-$(CONFIG_DRM_TTM_KUNIT_TEST) += tests/
12