diff options
Diffstat (limited to 'driver/Makefile.in')
-rw-r--r-- | driver/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 |