Skip to content

Commit e73c226

Browse files
committed
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
2 parents 55a271a + e45b5df commit e73c226

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

drivers/gpu/drm/xe/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,8 +184,8 @@ xe-$(CONFIG_PCI_IOV) += \
184184
xe_sriov_pf_sysfs.o \
185185
xe_tile_sriov_pf_debugfs.o
186186

187-
ifeq ($(CONFIG_PCI_IOV),y)
188-
xe-$(CONFIG_XE_VFIO_PCI) += xe_sriov_vfio.o
187+
ifdef CONFIG_XE_VFIO_PCI
188+
xe-$(CONFIG_PCI_IOV) += xe_sriov_vfio.o
189189
endif
190190

191191
# include helpers for tests even when XE is built-in

0 commit comments

Comments
 (0)