]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
console.h is no longer needed for debugging
authorMichael Brown <mcb30@etherboot.org>
Thu, 18 Jan 2007 19:13:25 +0000 (19:13 +0000)
committerMichael Brown <mcb30@etherboot.org>
Thu, 18 Jan 2007 19:13:25 +0000 (19:13 +0000)
src/include/compiler.h

index 30392585c20b7327bc13111c364fd0545d66e548..643ab250e8f927e57977d5c80a0c8faf9c92dc15 100644 (file)
@@ -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