summaryrefslogtreecommitdiff
path: root/src/VBox/HostDrivers/linux/Makefile
diff options
context:
space:
mode:
authorvboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2015-09-30 14:48:47 +0000
committervboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2015-09-30 14:48:47 +0000
commit1a59ac9b63732fbd2b9e15ee595c7edafa7d5679 (patch)
treec13cde4bf11786c6029907dbf3d715054be253ef /src/VBox/HostDrivers/linux/Makefile
parent5de08086b38c124b39e559b702867d28b7b0b525 (diff)
downloadVirtualBox-svn-1a59ac9b63732fbd2b9e15ee595c7edafa7d5679.tar.gz
Installers/linux: drop DKMS support.
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@57969 cfe28804-0f27-0410-a406-dd0f0b0b656f
Diffstat (limited to 'src/VBox/HostDrivers/linux/Makefile')
-rw-r--r--src/VBox/HostDrivers/linux/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/VBox/HostDrivers/linux/Makefile b/src/VBox/HostDrivers/linux/Makefile
index 8f06523976f..1c0ad4bd037 100644
--- a/src/VBox/HostDrivers/linux/Makefile
+++ b/src/VBox/HostDrivers/linux/Makefile
@@ -17,7 +17,8 @@
ifneq ($(KBUILD_EXTMOD),)
-# DKMS
+# Building from kBuild (make -C <kernel_directory> M=`pwd`).
+# KBUILD_EXTMOD is set to $(M) in this case.
obj-m = vboxdrv/
ifneq ($(wildcard $(KBUILD_EXTMOD)/vboxnetflt/Makefile),)
@@ -31,7 +32,7 @@ ifneq ($(wildcard $(KBUILD_EXTMOD)/vboxpci/Makefile),)
endif
else # ! KBUILD_EXTMOD
-# convenience Makefile without DKMS
+# convenience Makefile without KBUILD_EXTMOD
KBUILD_VERBOSE =