[PATCH 2 of 2] Create dyngen dependency for exec.o for those who still have dyngen

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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 <jyoung5@xxxxxxxxxx>

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-ppc" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [KVM Development]     [KVM ARM]     [KVM ia64]     [Linux Virtualization]     [Linux USB Devel]     [Linux Video]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Big List of Linux Books]

  Powered by Linux