mirror of https://github.com/xqemu/xqemu.git
build: [simple] Include qemu-timer-common.o in trace-obj-y
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>
This commit is contained in:
parent
e03b41d477
commit
51010317dd
|
@ -380,7 +380,7 @@ else
|
||||||
trace-obj-y = trace.o
|
trace-obj-y = trace.o
|
||||||
ifeq ($(TRACE_BACKEND),simple)
|
ifeq ($(TRACE_BACKEND),simple)
|
||||||
trace-obj-y += simpletrace.o
|
trace-obj-y += simpletrace.o
|
||||||
user-obj-y += qemu-timer-common.o
|
trace-obj-y += qemu-timer-common.o
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue