]> git.proxmox.com Git - qemu.git/blobdiff - disas/Makefile.objs
tci: Fix broken builds with TCG interpreter
[qemu.git] / disas / Makefile.objs
index 9134429845000bab5708dcdfa70cae531a5312c2..3f5c5b9a21b0249284f540aef55658f5af1ca84b 100644 (file)
@@ -13,4 +13,6 @@ universal-obj-$(CONFIG_SH4_DIS) += sh4.o
 universal-obj-$(CONFIG_SPARC_DIS) += sparc.o
 universal-obj-$(CONFIG_LM32_DIS) += lm32.o
 
-universal-obj-$(CONFIG_TCI_DIS) += tci.o
+# TODO: As long as the TCG interpreter and its generated code depend
+# on the QEMU target, we cannot compile the disassembler here.
+#universal-obj-$(CONFIG_TCI_DIS) += tci.o