about summary refs log tree commit diff
path: root/nixpkgs/pkgs/applications/virtualization/virtualbox/guest-additions/fix_kernincl.patch
blob: e59e2e98c1b3b1f49563602833ef1599e9646dfd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/vboxvideo/Makefile.include.header b/vboxvideo/Makefile.include.header
index 8df1eb4d25..5a3e5604e7 100644
--- a/vboxvideo/Makefile.include.header
+++ b/vboxvideo/Makefile.include.header
@@ -122,7 +122,6 @@ ifneq ($(shell if test -d $(KERN_DIR); then echo yes; fi),yes)
           Specify KERN_VER=<version> and run Make again)
 endif
 # Kernel include folder
-KERN_INCL := $(KERN_DIR)/include
 # module install folder
 INSTALL_MOD_DIR ?= misc
 MODULE_DIR := $(INSTALL_MOD_PATH)/lib/modules/$(KERN_VER)/$(INSTALL_MOD_DIR)