> @@ -751,10 +753,8 @@ else > endif > > ifdef NO_BACKTRACE This should be changed to ifndef NO_BACKTRACE.
> - BASIC_CFLAGS += -DNO_BACKTRACE > -else > - ifneq ($(call try-cc,$(SOURCE_BACKTRACE),),y) > - BASIC_CFLAGS += -DNO_BACKTRACE > + ifeq ($(call try-cc,$(SOURCE_BACKTRACE),),y) > + BASIC_CFLAGS += -DBACKTRACE_SUPPORT > endif > endif > Thanks, Irina -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/