summaryrefslogtreecommitdiffstats
path: root/src/include/compiler.h
diff options
context:
space:
mode:
authorMichael Brown2007-01-18 20:13:25 +0100
committerMichael Brown2007-01-18 20:13:25 +0100
commitd12770e254551737659cbbb777beccde7d2363a9 (patch)
treecad733b26d777ef4add5bcd0616425098b9db883 /src/include/compiler.h
parentAllow truly arbitrary debug levels to be specified via DEBUG= (diff)
downloadipxe-d12770e254551737659cbbb777beccde7d2363a9.tar.gz
ipxe-d12770e254551737659cbbb777beccde7d2363a9.tar.xz
ipxe-d12770e254551737659cbbb777beccde7d2363a9.zip
console.h is no longer needed for debugging
Diffstat (limited to 'src/include/compiler.h')
-rw-r--r--src/include/compiler.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/compiler.h b/src/include/compiler.h
index 30392585..643ab250 100644
--- a/src/include/compiler.h
+++ b/src/include/compiler.h
@@ -109,7 +109,6 @@ __asm__ ( ".equ\t" OBJECT_SYMBOL_STR ", 0" );
#define DEBUG_SYMBOL PREFIX_OBJECT(debug_)
#if DEBUG_SYMBOL
-#include "console.h"
#define DEBUG_SYMBOL_STR _XSTR ( DEBUG_SYMBOL )
__asm__ ( ".equ\tDBGLVL, " DEBUG_SYMBOL_STR );
#endif