| Submitter | =?utf-8?Q?Llu=C3=ADs?= |
|---|---|
| Date | Aug. 31, 2011, 6:30 p.m. |
| Message ID | <20110831183037.849.73040.stgit@ginnungagap.bsc.es> |
| Download | mbox | patch |
| Permalink | /patch/112645/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/Makefile.objs b/Makefile.objs index d1f3e5d..44d7238 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
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 <vilanova@ac.upc.edu> --- Makefile.objs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)