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 11 lines 209 B view raw
1# SPDX-License-Identifier: GPL-2.0 2# Copyright (c) 2023 Advanced Micro Devices, Inc. 3 4obj-$(CONFIG_PDS_VFIO_PCI) += pds-vfio-pci.o 5 6pds-vfio-pci-y := \ 7 cmds.o \ 8 dirty.o \ 9 lm.o \ 10 pci_drv.o \ 11 vfio_dev.o