11 lines
197 B
Makefile
11 lines
197 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
obj-$(CONFIG_DRM_XE_KUNIT_TEST) += \
|
|
xe_bo_test.o \
|
|
xe_dma_buf_test.o \
|
|
xe_migrate_test.o \
|
|
xe_mocs_test.o \
|
|
xe_pci_test.o \
|
|
xe_rtp_test.o \
|
|
xe_wa_test.o
|