diff options
author | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2008-11-07 22:46:22 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2008-12-07 01:29:31 +0100 |
commit | 1cb82a9207a550557399eabc7fe47f21bbd9ddf8 (patch) | |
tree | 9df13dd30f69b13e8901a24ee2bbc8a6abf17703 /drivers/bios_emulator/x86emu/sys.c | |
parent | bcdf1d2cf6b24fb905fd7da80da4b3c65a7995b5 (diff) |
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/sys.c')
-rw-r--r-- | drivers/bios_emulator/x86emu/sys.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/bios_emulator/x86emu/sys.c b/drivers/bios_emulator/x86emu/sys.c index dd44ff1e73..21f9730bec 100644 --- a/drivers/bios_emulator/x86emu/sys.c +++ b/drivers/bios_emulator/x86emu/sys.c @@ -40,9 +40,6 @@ ****************************************************************************/ #include <common.h> - -#if defined(CONFIG_BIOSEMU) - #include "x86emu/x86emui.h" /*------------------------- Global Variables ------------------------------*/ @@ -324,5 +321,3 @@ void X86EMU_prepareForInt(int num) M.x86.R_IP = mem_access_word(num * 4); M.x86.intr = 0; } - -#endif |