summaryrefslogtreecommitdiff
path: root/src/VBox/HostDrivers/VBoxUSB/Makefile.kmk
diff options
context:
space:
mode:
authorvboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2022-01-13 07:29:50 +0000
committervboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2022-01-13 07:29:50 +0000
commit9e5dc8f7ed4c3c5d5159d7c4c6201e1158721276 (patch)
treeb6399b1126e25ebc5f2cdc2f3b59a5b5a4244e90 /src/VBox/HostDrivers/VBoxUSB/Makefile.kmk
parentdd5db78dc0a3d0f85d123ad6373e4eacbd7d2807 (diff)
downloadVirtualBox-svn-9e5dc8f7ed4c3c5d5159d7c4c6201e1158721276.tar.gz
HostDrivers,Installer,Devices: Clean out the VBoxUSB driver which is completely unused since some time now, bugref:9808
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@93217 cfe28804-0f27-0410-a406-dd0f0b0b656f
Diffstat (limited to 'src/VBox/HostDrivers/VBoxUSB/Makefile.kmk')
-rw-r--r--src/VBox/HostDrivers/VBoxUSB/Makefile.kmk4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/VBox/HostDrivers/VBoxUSB/Makefile.kmk b/src/VBox/HostDrivers/VBoxUSB/Makefile.kmk
index 2a3e332f15d..d51d4bbbeb1 100644
--- a/src/VBox/HostDrivers/VBoxUSB/Makefile.kmk
+++ b/src/VBox/HostDrivers/VBoxUSB/Makefile.kmk
@@ -28,7 +28,7 @@ SUB_DEPTH = ../../../..
include $(KBUILD_PATH)/subheader.kmk
# Include sub-makefiles.
-if1of ($(KBUILD_TARGET), darwin solaris win)
+if1of ($(KBUILD_TARGET), solaris win)
include $(PATH_SUB_CURRENT)/$(KBUILD_TARGET)/Makefile.kmk
endif
@@ -49,8 +49,6 @@ USBLib_SOURCES = \
USBFilter.cpp
# OS specific bits if applicable.
-USBLib_SOURCES.darwin = \
- darwin/USBLib-darwin.cpp
USBLib_SOURCES.os2 = \
os2/usbcalls.c
USBLib_SOURCES.solaris = \