VirtualBox

Changeset 91768 in vbox for trunk/src/VBox/Devices


Ignore:
Timestamp:
Oct 15, 2021 7:24:23 PM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
147543
Message:

Config.kmk,++: Define VBOX_LIB_SUPR0 for SUPR0.lib/.a on platforms where it's needed and skip all the if'ing. bugref:10124

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Makefile.kmk

    r91416 r91768  
    13911391 if1of ($(VBOX_LDR_FMT), pe lx)
    13921392 VBoxDDR0_LIBS           = \
    1393         $(PATH_STAGE_LIB)/VMMR0Imp$(VBOX_SUFF_LIB) \
    1394         $(PATH_STAGE_LIB)/SUPR0$(VBOX_SUFF_LIB)
    1395  endif
     1393        $(PATH_STAGE_LIB)/VMMR0Imp$(VBOX_SUFF_LIB)
     1394 endif
     1395 VBoxDDR0_LIBS          += \
     1396        $(VBOX_LIB_SUPR0)
    13961397
    13971398 $(call VBOX_SET_VER_INFO_R0,VBoxDDR0,VirtualBox VMM Devices and Drivers$(COMMA) ring-0) # (last!)
Note: See TracChangeset for help on using the changeset viewer.

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