1 file changed, 2 insertions(+)
qemu/Makefile.target |    2 ++

This patch adds a make file dependency for compiling exec.c with archs that 
still have dyngen dependencies.

This allows powerpc qemu to now compile without the --disable-cpu-emulation 
flag.

Signed-off-by: Jerone Young <[EMAIL PROTECTED]>

diff --git a/qemu/Makefile.target b/qemu/Makefile.target
--- a/qemu/Makefile.target
+++ b/qemu/Makefile.target
@@ -334,6 +334,8 @@ op.o: op.c
 
 machine.o: machine.c
        $(CC) $(OP_CFLAGS) $(CPPFLAGS) $(CFLAGS) -c -o $@ $<
+
+exec.o : exec.c $(OPC_H)
 
 # HELPER_CFLAGS is used for all the code compiled with static register
 # variables
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to