]> git.proxmox.com Git - qemu.git/blobdiff - rules.mak
coroutine: Fix setup of sigaltstack coroutines
[qemu.git] / rules.mak
index c30093c116067457d9063fc8bfc1f09594cd1156..efef6f242d760757ac9ede74b5a77342441ec29b 100644 (file)
--- a/rules.mak
+++ b/rules.mak
@@ -59,6 +59,9 @@ find-in-path = $(if $(find-string /, $1), \
         $(wildcard $1), \
         $(wildcard $(patsubst %, %/$1, $(subst :, ,$(PATH)))))
 
+# Generate files with tracetool
+TRACETOOL=$(PYTHON) $(SRC_PATH)/scripts/tracetool.py
+
 # Generate timestamp files for .h include files
 
 %.h: %.h-timestamp