summaryrefslogtreecommitdiff
path: root/Makefile.objs
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.objs')
-rw-r--r--Makefile.objs2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.objs b/Makefile.objs
index bf5b103..554e7f0 100644
--- a/Makefile.objs
+++ b/Makefile.objs
@@ -311,7 +311,9 @@ libdis-$(CONFIG_SPARC_DIS) += sparc-dis.o
# trace
ifeq ($(TRACE_BACKEND),dtrace)
+ifeq ($(strip $(CONFIG_SOLARIS)),)
trace-obj-y = trace-dtrace.o
+endif
else
trace-obj-y = trace.o
ifeq ($(TRACE_BACKEND),simple)