From f622d8a33dfbd83468d71e48624925c950b4010e Mon Sep 17 00:00:00 2001 From: Juan Quintela Date: Mon, 3 Aug 2009 14:47:10 +0200 Subject: [PATCH] convert gprof flags to style of rest of Makefile Signed-off-by: Juan Quintela Signed-off-by: Anthony Liguori Message-Id: --- Makefile.target | 5 +---- configure | 1 + 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/Makefile.target b/Makefile.target index 036c88f528..08d9e961e9 100644 --- a/Makefile.target +++ b/Makefile.target @@ -285,10 +285,7 @@ obj-sh4-y += ide.o obj-m68k-y = an5206.o mcf5206.o mcf_uart.o mcf_intc.o mcf5208.o mcf_fec.o obj-m68k-y += m68k-semi.o dummy_m68k.o -# profiling code -ifdef TARGET_GPROF -main.o vl.o: QEMU_CFLAGS+=-p -endif +main.o vl.o: QEMU_CFLAGS+=$(GPROF_CFLAGS) vl.o: QEMU_CFLAGS+=$(SDL_CFLAGS) diff --git a/configure b/configure index d371c69318..6349d2e0f1 100755 --- a/configure +++ b/configure @@ -2169,6 +2169,7 @@ if test "$gprof" = "yes" ; then fi if test "$target_softmmu" = "yes" ; then ldflags="-p $ldflags" + echo "GPROF_CFLAGS=-p" >> $config_mak fi fi