diff options
author | Anthony Liguori <aliguori@us.ibm.com> | 2010-11-17 18:06:06 -0600 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2010-11-21 09:16:56 -0600 |
commit | 06da6e44d725117be404c3f342ef539099043fe4 (patch) | |
tree | c9fed1ba31fa56487f029661ec8c694ef81a01eb /Makefile.objs | |
parent | 371c338ecae44bb28cc19138484256b1df831e99 (diff) |
Revert "Add a DTrace tracing backend targetted for SystemTAP compatability"
This reverts commit 4addb1127f6327c7ebcbd150a6b589e7677adc92.
Diffstat (limited to 'Makefile.objs')
-rw-r--r-- | Makefile.objs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile.objs b/Makefile.objs index 23b17cefad..15569afa14 100644 --- a/Makefile.objs +++ b/Makefile.objs @@ -286,15 +286,11 @@ libdis-$(CONFIG_SPARC_DIS) += sparc-dis.o ###################################################################### # trace -ifeq ($(TRACE_BACKEND),dtrace) -trace-obj-y = trace-dtrace.o -else trace-obj-y = trace.o ifeq ($(TRACE_BACKEND),simple) trace-obj-y += simpletrace.o user-obj-y += qemu-timer-common.o endif -endif vl.o: QEMU_CFLAGS+=$(GPROF_CFLAGS) |