summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/ttm/tests/Makefile
blob: 468535f7eed28da86f0d2226baa2e2bcb5a95bdb (plain)
1
2
3
4
5
6
7
8
9
# SPDX-License-Identifier: GPL-2.0 AND MIT

obj-$(CONFIG_DRM_TTM_KUNIT_TEST) += \
        ttm_device_test.o \
        ttm_pool_test.o \
        ttm_resource_test.o \
        ttm_tt_test.o \
        ttm_bo_test.o \
        ttm_kunit_helpers.o