Changeset 41354 in vbox for trunk/src/VBox/HostDrivers/Support/linux/Makefile
- Timestamp:
- May 19, 2012 6:18:42 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 78040
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/linux/Makefile
r40800 r41354 122 122 common/misc/thread.o \ 123 123 common/string/RTStrCopy.o \ 124 common/string/RTStrCopyEx.o \ 124 125 common/string/RTStrCopyP.o \ 125 126 common/string/RTStrNCmp.o \ … … 159 160 OBJS += common/alloc/heapsimple.o 160 161 endif 162 ifdef VBOX_WITH_NATIVE_DTRACE 163 OBJS += SUPDrvDTrace.o 164 endif 161 165 162 166 ifneq ($(MAKECMDGOALS),clean) … … 251 255 KFLAGS += -DCONFIG_VBOXDRV_AS_MISC 252 256 endif 257 ifdef VBOX_WITH_NATIVE_DTRACE 258 KFLAGS += -DVBOX_WITH_NATIVE_DTRACE 259 endif 253 260 ifeq ($(BUILD_TARGET_ARCH),amd64) 254 261 KFLAGS += -DRT_ARCH_AMD64
Note:
See TracChangeset
for help on using the changeset viewer.