Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v6.9 9 lines 242 B view raw
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_resource_test.o \ 7 ttm_tt_test.o \ 8 ttm_bo_test.o \ 9 ttm_kunit_helpers.o