VirtualBox

Changeset 66533 in vbox for trunk


Ignore:
Timestamp:
Apr 12, 2017 1:48:08 PM (7 years ago)
Author:
vboxsync
Message:

HostDrivers: try to omit SUPR0 and SUPR3Hardened for ValidationKit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/Makefile.kmk

    r66526 r66533  
    3232#
    3333LIBRARIES += SUPR3 SUPR3Static
    34 ifdef VBOX_WITH_HARDENING
     34if   defined(VBOX_WITH_HARDENING)
     35 && !defined(VBOX_ONLY_VALIDATIONKIT)
    3536 LIBRARIES += SUPR3HardenedStatic
    3637endif
     
    3940 LIBRARIES += SUPR3-x86
    4041endif
    41 ifndef VBOX_ONLY_DOCS
     42if   !defined(VBOX_ONLY_DOCS)
     43  && !defined(VBOX_ONLY_VALIDATIONKIT)
    4244 if1of ($(VBOX_LDR_FMT), pe lx)
    4345  LIBRARIES += SUPR0
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