From 06da6e44d725117be404c3f342ef539099043fe4 Mon Sep 17 00:00:00 2001 From: Anthony Liguori Date: Wed, 17 Nov 2010 18:06:06 -0600 Subject: Revert "Add a DTrace tracing backend targetted for SystemTAP compatability" This reverts commit 4addb1127f6327c7ebcbd150a6b589e7677adc92. --- Makefile.objs | 4 ---- 1 file changed, 4 deletions(-) (limited to 'Makefile.objs') diff --git a/Makefile.objs b/Makefile.objs index 23b17ce..15569af 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) -- cgit v1.1