mirror of https://github.com/xqemu/xqemu.git
Makefile.target: code stp dependency on trace-events
Signed-off-by: Alon Levy <alevy@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
This commit is contained in:
parent
f638f0d3ae
commit
2174e2380f
|
@ -58,7 +58,7 @@ else
|
||||||
TARGET_TYPE=system
|
TARGET_TYPE=system
|
||||||
endif
|
endif
|
||||||
|
|
||||||
$(QEMU_PROG).stp:
|
$(QEMU_PROG).stp: $(SRC_PATH)/trace-events
|
||||||
$(call quiet-command,sh $(SRC_PATH)/scripts/tracetool \
|
$(call quiet-command,sh $(SRC_PATH)/scripts/tracetool \
|
||||||
--$(TRACE_BACKEND) \
|
--$(TRACE_BACKEND) \
|
||||||
--binary $(bindir)/$(QEMU_PROG) \
|
--binary $(bindir)/$(QEMU_PROG) \
|
||||||
|
|
Loading…
Reference in New Issue