VirtualBox

Ignore:
Timestamp:
Jan 24, 2022 10:18:35 PM (3 years ago)
Author:
vboxsync
Message:

Add/VBoxGuest/Makefile.kmk: Respect VBOX_WITH_ADDITION_DRIVERS. bugref:9898

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxGuest/Makefile.kmk

    r93265 r93431  
    3232
    3333
    34 if1of ($(KBUILD_TARGET), darwin freebsd haiku netbsd os2 solaris win)
     34if defined(VBOX_WITH_ADDITION_DRIVERS) && "$(intersects $(KBUILD_TARGET), darwin freebsd haiku netbsd os2 solaris win)" != ""
    3535 #
    3636 # VBoxGuest - The Guest Additions Driver.
     
    181181
    182182
    183 ifeq ($(KBUILD_TARGET), darwin)
     183if defined(VBOX_WITH_ADDITION_DRIVERS) && "$(KBUILD_TARGET)" == "darwin"
    184184 # Files necessary to make a darwin kernel extension bundle.
    185185 INSTALLS += VBoxGuest.kext
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette