Skip to content

Commit

Permalink
Merge tag 'vfio-v6.0-rc1pt2' of https://github.com/awilliam/linux-vfio
Browse files Browse the repository at this point in the history
Pull another VFIO update from Alex Williamson:

 - Rename vfio source file to more easily allow additional source
   files in the upcoming development cycles (Jason Gunthorpe)

* tag 'vfio-v6.0-rc1pt2' of https://github.com/awilliam/linux-vfio:
  vfio: Move vfio.c to vfio_main.c
  • Loading branch information
Linus Torvalds committed Aug 12, 2022
2 parents f75f5d5 + 0f3e72b commit d16b418
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/vfio/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# SPDX-License-Identifier: GPL-2.0
vfio_virqfd-y := virqfd.o

vfio-y += vfio_main.o

obj-$(CONFIG_VFIO) += vfio.o
obj-$(CONFIG_VFIO_VIRQFD) += vfio_virqfd.o
obj-$(CONFIG_VFIO_IOMMU_TYPE1) += vfio_iommu_type1.o
Expand Down
File renamed without changes.

0 comments on commit d16b418

Please sign in to comment.