* [PATCH] Fix qemu user mode build
@ 2009-11-16 17:05 Jan Kiszka
2009-12-02 13:07 ` Avi Kivity
0 siblings, 1 reply; 2+ messages in thread
From: Jan Kiszka @ 2009-11-16 17:05 UTC (permalink / raw)
To: Avi Kivity, Marcelo Tosatti; +Cc: kvm
This hunk is bogus, probably some merge left-over.
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
---
Makefile.target | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/Makefile.target b/Makefile.target
index 9e7481e..17ffece 100644
--- a/Makefile.target
+++ b/Makefile.target
@@ -102,7 +102,6 @@ VPATH+=:$(SRC_PATH)/linux-user:$(SRC_PATH)/linux-user/$(TARGET_ABI_DIR)
QEMU_CFLAGS+=-I$(SRC_PATH)/linux-user -I$(SRC_PATH)/linux-user/$(TARGET_ABI_DIR)
obj-y = main.o syscall.o strace.o mmap.o signal.o thunk.o \
elfload.o linuxload.o uaccess.o gdbstub.o
-obj-$(CONFIG_CPU_EMULATION) += tcg-runtime.o
obj-y += host-utils.o
obj-$(TARGET_HAS_BFLT) += flatload.o
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-12-02 13:07 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-16 17:05 [PATCH] Fix qemu user mode build Jan Kiszka
2009-12-02 13:07 ` Avi Kivity
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox