Changeset 85176 in vbox for trunk/src/VBox/HostDrivers/VBoxUSB/darwin
- Timestamp:
- Jul 10, 2020 12:54:06 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxUSB/darwin/Makefile.kmk
r82968 r85176 28 28 include $(KBUILD_PATH)/subheader.kmk 29 29 30 30 31 # 31 32 # VBoxUSB.kext - The Darwin Kernel Extension. … … 34 35 # Leopard (x86) and Snow Leopard (x86/amd64) 35 36 SYSMODS.darwin += VBoxUSB 36 VBoxUSB_TEMPLATE = VBOXR0DRV 37 VBoxUSB_TEMPLATE := VBOXR0DRV 38 ifdef KMK_WITH_VERSION_COMPARE ## @todo @bugref{9790}: Remove after updating kmk. 39 if "$(VBOX_DEF_MACOSX_VERSION_MIN)" vge "10.11" # The IOUSBDevice.h header was removed in 10.11. 40 VBoxUSB_TEMPLATE := VBoxR0DrvOSX10.10 41 endif 42 endif ## @todo @bugref{9790}: Remove after updating kmk. 37 43 VBoxUSB_INST = $(INST_VBOXUSB)Contents/MacOS/ 38 44 VBoxUSB_DEBUG_INST.darwin = $(patsubst %/,%,$(INST_VBOXUSB))
Note:
See TracChangeset
for help on using the changeset viewer.