summaryrefslogtreecommitdiffstats
path: root/drivers/bios_emulator/x86emu/debug.c
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2008-11-07 22:46:22 +0100
committerWolfgang Denk <wd@denx.de>2008-12-07 01:29:31 +0100
commit1cb82a9207a550557399eabc7fe47f21bbd9ddf8 (patch)
tree9df13dd30f69b13e8901a24ee2bbc8a6abf17703 /drivers/bios_emulator/x86emu/debug.c
parentbcdf1d2cf6b24fb905fd7da80da4b3c65a7995b5 (diff)
downloadblackbird-obmc-uboot-1cb82a9207a550557399eabc7fe47f21bbd9ddf8.tar.gz
blackbird-obmc-uboot-1cb82a9207a550557399eabc7fe47f21bbd9ddf8.zip
drivers/bios_emulator: Move conditional compilation to Makefile
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'drivers/bios_emulator/x86emu/debug.c')
-rw-r--r--drivers/bios_emulator/x86emu/debug.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/bios_emulator/x86emu/debug.c b/drivers/bios_emulator/x86emu/debug.c
index 29fe3f169e..241acf3a89 100644
--- a/drivers/bios_emulator/x86emu/debug.c
+++ b/drivers/bios_emulator/x86emu/debug.c
@@ -39,9 +39,6 @@
#include <stdarg.h>
#include <common.h>
-
-#if defined(CONFIG_BIOSEMU)
-
#include "x86emu/x86emui.h"
/*----------------------------- Implementation ----------------------------*/
@@ -463,5 +460,3 @@ void x86emu_dump_xregs(void)
printk("NC ");
printk("\n");
}
-
-#endif
OpenPOWER on IntegriCloud