Revision 06da6e44 Makefile.objs

b/Makefile.objs
286 286
######################################################################
287 287
# trace
288 288

  
289
ifeq ($(TRACE_BACKEND),dtrace)
290
trace-obj-y = trace-dtrace.o
291
else
292 289
trace-obj-y = trace.o
293 290
ifeq ($(TRACE_BACKEND),simple)
294 291
trace-obj-y += simpletrace.o
295 292
user-obj-y += qemu-timer-common.o
296 293
endif
297
endif
298 294

  
299 295
vl.o: QEMU_CFLAGS+=$(GPROF_CFLAGS)
300 296

  

Also available in: Unified diff