* [PATCH] Use propeer way to compile with HELPER_CFLAGS
@ 2009-09-09 11:04 Juan Quintela
2009-09-09 11:55 ` Avi Kivity
0 siblings, 1 reply; 2+ messages in thread
From: Juan Quintela @ 2009-09-09 11:04 UTC (permalink / raw)
To: kvm
This makes the build quiet.
Signed-off-by: Juan Quintela <quintela@redhat.com>
---
Makefile.target | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/Makefile.target b/Makefile.target
index 221cc2f..1d0fa11 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
--
1.6.2.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-09-09 11:55 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-09 11:04 [PATCH] Use propeer way to compile with HELPER_CFLAGS Juan Quintela
2009-09-09 11:55 ` Avi Kivity
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.