From 41e2dee6a212073beef2ef7d5d9fca8ed1845005 Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Tue, 18 Jun 2024 23:50:06 +0200 Subject: Temporary disable pcidriver_resolve_bar call: was used for now obsolete GPUDirect integration, but hard to maintain due to kernel changes --- driver/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'driver/Makefile.in') diff --git a/driver/Makefile.in b/driver/Makefile.in index f521460..5fbfb0f 100644 --- a/driver/Makefile.in +++ b/driver/Makefile.in @@ -1,7 +1,7 @@ CONFIG_MODULE_SIG=n obj-m := pciDriver.o -pciDriver-objs := base.o dev.o int.o umem.o kmem.o sysfs.o ioctl.o pcibus.o rdma.o +pciDriver-objs := base.o dev.o int.o umem.o kmem.o sysfs.o ioctl.o pcibus.o KERNELVER ?= $(shell uname -r) KERNELDIR ?= /lib/modules/$(KERNELVER)/build -- cgit v1.2.3