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

Configure Feed

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

at master 12 lines 218 B view raw
1# SPDX-License-Identifier: GPL-2.0 2# 3# Copyright (C) 2022-2023, Advanced Micro Devices, Inc. 4# 5 6obj-$(CONFIG_VFIO_CDX) += vfio-cdx.o 7 8vfio-cdx-objs := main.o 9 10ifdef CONFIG_GENERIC_MSI_IRQ 11vfio-cdx-objs += intr.o 12endif