summaryrefslogtreecommitdiff
path: root/trace/Makefile.objs
diff options
context:
space:
mode:
Diffstat (limited to 'trace/Makefile.objs')
-rw-r--r--trace/Makefile.objs12
1 files changed, 0 insertions, 12 deletions
diff --git a/trace/Makefile.objs b/trace/Makefile.objs
index b791723696..40febce5a1 100644
--- a/trace/Makefile.objs
+++ b/trace/Makefile.objs
@@ -46,21 +46,9 @@ $(obj)/generated-tracers-dtrace.dtrace-timestamp: $(SRC_PATH)/trace-events $(BUI
$(obj)/generated-tracers-dtrace.h: trace/generated-tracers-dtrace.dtrace
$(call quiet-command,dtrace -o $@ -h -s $<, " GEN $@")
-$(obj)/generated-tracers-dtrace.o: trace/generated-tracers-dtrace.dtrace
- $(call quiet-command,dtrace -o $@ -G -s $<, " GEN $@")
-
trace-obj-$(CONFIG_TRACE_DTRACE) += generated-tracers-dtrace.o
-ifeq ($(LIBTOOL),)
-$(obj)/generated-tracers-dtrace.lo: $(obj)/generated-tracers-dtrace.dtrace
- @echo "missing libtool. please install and rerun configure."; exit 1
-else
-$(obj)/generated-tracers-dtrace.lo: $(obj)/generated-tracers-dtrace.dtrace
- $(call quiet-command,$(LIBTOOL) --mode=compile --tag=CC dtrace -o $@ -G -s $<, " lt GEN $@")
-endif
-
-
######################################################################
# Backend code