From: Juan Quintela <[email protected]> This makes the build quiet.
Signed-off-by: Juan Quintela <[email protected]> Signed-off-by: Avi Kivity <[email protected]> diff --git a/Makefile.target b/Makefile.target index fc8f8f7..4a24d90 100644 --- a/Makefile.target +++ b/Makefile.target @@ -91,9 +91,7 @@ op_helper.o cpu-exec.o: QEMU_CFLAGS += $(HELPER_CFLAGS) # cpu_signal_handler() in cpu-exec.c. signal.o: QEMU_CFLAGS += $(HELPER_CFLAGS) -qemu-kvm-helper.o: qemu-kvm-helper.c - $(CC) $(HELPER_CFLAGS) $(QEMU_CFLAGS) $(CFLAGS) -c -o $@ $< - +qemu-kvm-helper.o: QEMU_CFLAGS += $(HELPER_CFLAGS) ######################################################### # Linux user emulator target -- To unsubscribe from this list: send the line "unsubscribe kvm-commits" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
