mirror of
https://github.com/torvalds/linux.git
synced 2026-05-27 16:44:58 +02:00
Driver Changes:
- fix VFIO link error for built-in xe module (Arnd Bergmann) -----BEGIN PGP SIGNATURE----- iHUEABYKAB0WIQRskUM7w1oG5rx2IZO4FpNVCsYGvwUCaTH93wAKCRC4FpNVCsYG vyq+AQD5FC+6FE7ZnbPFNRpRkNpS+0V8XPVLKZ4A8zHle6Gu3wD/X9XqTjYR+rrw Z7n4kUSLCDWgZhaaPyNtGbnYvMDXRw4= =RfSs -----END PGP SIGNATURE----- Merge tag 'topic/xe-vfio-2025-12-04' of https://gitlab.freedesktop.org/drm/xe/kernel into drm-next Driver Changes: - fix VFIO link error for built-in xe module (Arnd Bergmann) Signed-off-by: Dave Airlie <airlied@redhat.com> From: Thomas Hellstrom <thomas.hellstrom@linux.intel.com> Link: https://patch.msgid.link/aTIA9in2Bo_fA9TN@fedora
This commit is contained in:
commit
e73c226204
|
|
@ -184,8 +184,8 @@ xe-$(CONFIG_PCI_IOV) += \
|
|||
xe_sriov_pf_sysfs.o \
|
||||
xe_tile_sriov_pf_debugfs.o
|
||||
|
||||
ifeq ($(CONFIG_PCI_IOV),y)
|
||||
xe-$(CONFIG_XE_VFIO_PCI) += xe_sriov_vfio.o
|
||||
ifdef CONFIG_XE_VFIO_PCI
|
||||
xe-$(CONFIG_PCI_IOV) += xe_sriov_vfio.o
|
||||
endif
|
||||
|
||||
# include helpers for tests even when XE is built-in
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user