diff -urN linux-2.4.25-wt2/Makefile linux-2.4.25-wt2-tux3/Makefile --- linux-2.4.25-wt2/Makefile Thu Mar 4 17:31:53 2004 +++ linux-2.4.25-wt2-tux3/Makefile Thu Mar 4 17:37:35 2004 @@ -98,6 +98,9 @@ ifndef CONFIG_FRAME_POINTER CFLAGS += -fomit-frame-pointer endif +ifneq "$(CONFIG_TUX_DEBUG)" "" +CFLAGS += -g +endif AFLAGS := -D__ASSEMBLY__ $(CPPFLAGS) #