Changeset 32923 in vbox
- Timestamp:
- Oct 5, 2010 2:20:01 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 66406
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r32922 r32923 528 528 # Set this to skip installing the redistributable compiler runtime. 529 529 #VBOX_WITHOUT_COMPILER_REDIST = 1 530 # Set this to enable user mode dtrace probes (darwin & solaris only). 531 if1of ($(KBUILD_TARGET), darwin) 532 VBOX_WITH_DTRACE_R3 = 1 533 endif 534 # Set this to enable kernel driver dtrace probes (darwin & solaris only). 535 #VBOX_WITH_DTRACE_R0DRV = 1 536 # Set this to enable dtrace probes in platform agnostic kernel code. 537 #VBOX_WITH_DTRACE_R0 = 1 538 # Set this to enable dtrace probes raw-mode context code. 539 #VBOX_WITH_DTRACE_RC = 1 540 # Set this to enable support for dtrace probes guest code. 541 #VBOX_WITH_DTRACE_GST = 1 530 542 ## @} 531 543 -
trunk/src/VBox/Devices/Makefile.kmk
r32904 r32923 458 458 DevicesR3_INCS += $(DevicesR3_0_OUTDIR) 459 459 DevicesR3_INTERMEDIATES += $(DevicesR3_0_OUTDIR)/VBoxDD-dtrace.h 460 $$(DevicesR3_0_OUTDIR)/VBoxDD-dtrace.h: $(PATH_ CURRENT)/VBoxDD-dtrace.d | $$(dir $$@)460 $$(DevicesR3_0_OUTDIR)/VBoxDD-dtrace.h: $(PATH_SUB_CURRENT)/VBoxDD-dtrace.d | $$(dir $$@) 461 461 dtrace -C -h -o $@ -s $< 462 462 endif … … 588 588 VBoxDDGC_DEFS += VBOX_WITH_VDMA 589 589 endif 590 590 591 591 ifdef VBOXWDDM_WITH_VBVA 592 592 VBoxDDGC_DEFS += VBOXWDDM_WITH_VBVA
Note:
See TracChangeset
for help on using the changeset viewer.