From 9269ea6eb9553c74a6ec680aeb0caa49046610d8 Mon Sep 17 00:00:00 2001 From: mtaylor Date: Thu, 10 Apr 2008 23:59:01 +0000 Subject: [PATCH] Restore default behavior of making debug builds git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@3535 0192ed92-7a03-0410-a25b-9323aeb14dbd --- Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.inc b/Makefile.inc index f4561c6..86e3531 100644 --- a/Makefile.inc +++ b/Makefile.inc @@ -178,7 +178,7 @@ export ALQ=0 endif ifndef ATH_DEBUG -export ATH_DEBUG=0 +export ATH_DEBUG=1 endif ifndef MMIOTRACE