From 51010317dd74a7d6ad30dcc73478924aa4f590c5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Llu=C3=ADs?= Date: Wed, 31 Aug 2011 20:30:37 +0200 Subject: [PATCH] build: [simple] Include qemu-timer-common.o in trace-obj-y MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Helper programs like qemu-ga use tracing primitives, but qemu-timer-common.o (also used by simpletrace.o) is not necessarily included in the linkage line. Signed-off-by: Lluís Vilanova --- Makefile.objs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.objs b/Makefile.objs index d1f3e5dae5..44d72381c0 100644 --- a/Makefile.objs +++ b/Makefile.objs @@ -380,7 +380,7 @@ else trace-obj-y = trace.o ifeq ($(TRACE_BACKEND),simple) trace-obj-y += simpletrace.o -user-obj-y += qemu-timer-common.o +trace-obj-y += qemu-timer-common.o endif endif -- 2.11.0