]> git.proxmox.com Git - qemu.git/blobdiff - Makefile.target
tci: Fix broken builds with TCG interpreter
[qemu.git] / Makefile.target
index be8b8b86a515ec24c613b3d6b1568e2d5927a2c5..5bfa4960801a0a96c0e7ce6b9192987ae2bb99a7 100644 (file)
@@ -69,13 +69,12 @@ all: $(PROGS) stap
 obj-y = exec.o translate-all.o cpu-exec.o
 obj-y += tcg/tcg.o tcg/optimize.o
 obj-$(CONFIG_TCG_INTERPRETER) += tci.o
+obj-$(CONFIG_TCG_INTERPRETER) += disas/tci.o
 obj-y += fpu/softfloat.o
 obj-y += target-$(TARGET_BASE_ARCH)/
 obj-y += disas.o
 obj-$(CONFIG_GDBSTUB_XML) += gdbstub-xml.o
 
-tci-dis.o: QEMU_CFLAGS += -I$(SRC_PATH)/tcg -I$(SRC_PATH)/tcg/tci
-
 #########################################################
 # Linux user emulator target