xref: /openbmc/linux/drivers/gpu/drm/ttm/tests/Makefile (revision aa298b30ce566bb7fe0d5967d3d864cf636d8e4f)
1# SPDX-License-Identifier: GPL-2.0 AND MIT
2
3obj-$(CONFIG_DRM_TTM_KUNIT_TEST) += \
4        ttm_device_test.o \
5        ttm_pool_test.o \
6        ttm_kunit_helpers.o
7