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/biosemu.c | |
| parent | bcdf1d2cf6b24fb905fd7da80da4b3c65a7995b5 (diff) | |
| download | olio-uboot-2014.01-1cb82a9207a550557399eabc7fe47f21bbd9ddf8.tar.xz olio-uboot-2014.01-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/biosemu.c')
| -rw-r--r-- | drivers/bios_emulator/biosemu.c | 4 | 
1 files changed, 0 insertions, 4 deletions
| diff --git a/drivers/bios_emulator/biosemu.c b/drivers/bios_emulator/biosemu.c index decdb79a7..d0c652157 100644 --- a/drivers/bios_emulator/biosemu.c +++ b/drivers/bios_emulator/biosemu.c @@ -47,9 +47,6 @@  #include <malloc.h>  #include <common.h> - -#if defined(CONFIG_BIOSEMU) -  #include "biosemui.h"  BE_sysEnv _BE_env = {{0}}; @@ -372,4 +369,3 @@ int X86API BE_int86x(int intno, RMREGS * in, RMREGS * out, RMSREGS * sregs)  	sregs->gs = M.x86.R_GS;  	return out->x.ax;  } -#endif |