Last change
on this file since 53635 was 53635, checked in by vboxsync, 10 years ago |
VBoxDTrace: the beginning. (r3)
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Author Date Id Revision
|
File size:
347 bytes
|
Line | |
---|
1 |
|
---|
2 | ifndef VBOX_ROOT
|
---|
3 | VBOX_ROOT := $(abspath $(PATH_ROOT)/../../../2vn/trunk)
|
---|
4 | endif
|
---|
5 |
|
---|
6 | include $(VBOX_ROOT)/Config.kmk
|
---|
7 |
|
---|
8 |
|
---|
9 |
|
---|
10 | VBOXDT_PATH_ONNV = $(PATH_ROOT)/src/onnv
|
---|
11 | VBOXDT_PATH_UTS = $(VBOXDT_PATH_ONNV)/uts
|
---|
12 | VBOXDT_PATH_CMD = $(VBOXDT_PATH_ONNV)/cmd
|
---|
13 |
|
---|
14 | VBOXDT_PATH_VBOX_SDK_LIB = $(VBOX_ROOT)/out/$(KBUILD_TARGET).$(KBUILD_TARGET_ARCH)/$(KBUILD_TYPE)/lib
|
---|
Note:
See
TracBrowser
for help on using the repository browser.