summarylogtreecommitdiffstats
path: root/009-include-path.patch
blob: 1679d8fbc83242b9b35dccbf771a672e6287e75c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/src/vboxhost/vboxnetadp/Makefile b/src/vboxhost/vboxnetadp/Makefile
index 623485e9..5068906f 100644
--- a/src/vboxhost/vboxnetadp/Makefile
+++ b/src/vboxhost/vboxnetadp/Makefile
@@ -58,7 +58,7 @@ VBOXMOD_DEFS = \
 	RT_WITH_VBOX \
 	VBOX_WITH_HARDENING \
 	VBOX_WITH_64_BITS_GUESTS # <-- must be consistent with Config.kmk!
-VBOXMOD_CFLAGS = -include $(KBUILD_EXTMOD)/include/VBox/SUPDrvMangling.h -fno-pie -Wno-declaration-after-statement
+VBOXMOD_CFLAGS = -include $(VBOXNETADPT_DIR)include/VBox/SUPDrvMangling.h -fno-pie -Wno-declaration-after-statement
 
 include $(obj)/Makefile-footer.gmk