brintos

brintos / linux-shallow public Read only

0
0
Text · 304 B · 0e3408f Raw
14 lines · plain
1# SPDX-License-Identifier: GPL-2.02 3# "live" kunit tests4obj-$(CONFIG_DRM_XE_KUNIT_TEST) += xe_live_test.o5xe_live_test-y = xe_live_test_mod.o6 7# Normal kunit tests8obj-$(CONFIG_DRM_XE_KUNIT_TEST) += xe_test.o9xe_test-y = xe_test_mod.o \10	xe_args_test.o \11	xe_pci_test.o \12	xe_rtp_test.o \13	xe_wa_test.o14