VirtualBox

Changeset 59047 in vbox


Ignore:
Timestamp:
Dec 8, 2015 8:29:12 AM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
104593
Message:

build fix for the validation kit

File:
1 edited

Legend:

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

    r59040 r59047  
    17111711 RuntimeR0_DEFS        += RT_NO_GIP
    17121712endif
    1713 ifdef VBOX_WITH_DTRACE_R0
     1713if defined(VBOX_WITH_DTRACE_R0) && !defined(VBOX_ONLY_VALIDATIONKIT)
    17141714 RuntimeR0_DEFS        += IPRT_WITH_DTRACE IPRT_DTRACE_PREFIX=VBOXVMM_ IPRT_DTRACE_INCLUDE=\"dtrace/VBoxVMM.h\"
    17151715endif
    17161716RuntimeR0_INCS          = include
    17171717RuntimeR0_SOURCES      := \
    1718         ../VMM/VBoxVMM.d \
     1718        $(if $(VBOX_ONLY_VALIDATIONKIT),,../VMM/VBoxVMM.d) \
    17191719        common/log/logellipsis.cpp \
    17201720        common/log/logrelellipsis.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