Refactorings of the top-level makefile broke mcount instrumentation for ipipe. Fix it again.
Jan -- Siemens AG, Corporate Technology, CT SE 2 Corporate Competence Center Embedded Linux
--- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: linux-2.6.24-rc6-xeno_64/Makefile =================================================================== --- linux-2.6.24-rc6-xeno_64.orig/Makefile +++ linux-2.6.24-rc6-xeno_64/Makefile @@ -510,7 +510,7 @@ endif include $(srctree)/arch/$(SRCARCH)/Makefile ifdef CONFIG_IPIPE_TRACE_MCOUNT -CFLAGS += -pg +KBUILD_CFLAGS += -pg endif ifdef CONFIG_FRAME_POINTER
_______________________________________________ Adeos-main mailing list [email protected] https://mail.gna.org/listinfo/adeos-main
