16 lines
628 B
Diff
16 lines
628 B
Diff
|
|
kernel/uvm/Makefile | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff -Nurp NVIDIA-Linux-x86_64-340.108.orig/kernel/uvm/Makefile NVIDIA-Linux-x86_64-340.108/kernel/uvm/Makefile
|
|
--- NVIDIA-Linux-x86_64-340.108.orig/kernel/uvm/Makefile 2019-12-12 00:04:24.000000000 +0200
|
|
+++ NVIDIA-Linux-x86_64-340.108/kernel/uvm/Makefile 2020-02-09 22:55:54.018263069 +0200
|
|
@@ -207,6 +207,7 @@ ccflags-y += $(EXTRA_CFLAGS)
|
|
|
|
RM_MODULE_SYMVERS:= $(RM_OUT_DIR)/Module.symvers
|
|
UVM_MODULE_SYMVERS:= $(obj)/Module.symvers
|
|
+KBUILD_EXTRA_SYMBOLS:= $(UVM_MODULE_SYMVERS)
|
|
|
|
module $(MODULE_NAME).ko: $(UVM_MODULE_SYMVERS) debug_diagnostics_printing
|
|
|