VirtualBox

Ignore:
Timestamp:
May 26, 2011 7:25:54 PM (14 years ago)
Author:
vboxsync
Message:

SUPDrv,VMM,VBoxDD*: Implemented native loading of the angnostic modules on solaris (disabled by default).

File:
1 edited

Legend:

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

    r37196 r37228  
    4545 #
    4646 LIBRARIES += RuntimeGuestR3 RuntimeGuestR3Shared RuntimeR3 RuntimeR0
     47 LIBRARIES.solaris += RuntimeR0Stub
    4748 LIBRARIES.win += RuntimeR0Stub
    4849
     
    5960 #
    6061 LIBRARIES += RuntimeBldProg
     62 LIBRARIES.solaris += RuntimeR0Stub RuntimeRCStub
    6163 LIBRARIES.win += RuntimeR0Stub RuntimeRCStub
    6264 include $(PATH_SUB_CURRENT)/tools/Makefile.kmk
     
    7476 BLDPROGS += uniread
    7577 LIBRARIES += RuntimeR3 RuntimeBldProg RuntimeR0 RuntimeEFCPP RuntimeR3NoCRTGCC
     78 LIBRARIES.solaris += RuntimeR0Stub
    7679 LIBRARIES.win += RuntimeR0Stub
    7780 ifdef VBOX_WITH_RAW_MODE
     
    15191522
    15201523#
    1521 # RuntimeR0Stub - Ring-0 context startup stub for Windows.
    1522 #
    1523 RuntimeR0Stub_TEMPLATE    = VBoxR0
     1524# RuntimeR0Stub - Ring-0 context startup stub for Windows and Solaris.
     1525#
     1526RuntimeR0Stub_TEMPLATE    = $(if-expr "$(KBUILD_TARGET)" == "solaris",VBOXR0DRV,VBoxR0)
    15241527RuntimeR0Stub_SOURCES.win = \
    15251528        nt/NtProcessStartup-stub.cpp
     1529RuntimeR0Stub_SOURCES.solaris = \
     1530        r0drv/solaris/modulestub-r0drv-solaris.c
    15261531
    15271532
     
    16051610        common/string/RTStrNLen.cpp \
    16061611        common/string/RTStrNLenEx.cpp \
     1612        common/string/straprintf.cpp \
    16071613        common/string/strformat.cpp \
    16081614        common/string/strformatnum.cpp \
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