commit | db5f3862937d650efd69fe82e645be5a095b14cd | [log] [tgz] |
---|---|---|
author | Wolfgang Denk <wd@pollux.denx.de> | Wed Aug 03 22:32:02 2005 +0200 |
committer | Wolfgang Denk <wd@pollux.denx.de> | Wed Aug 03 22:32:02 2005 +0200 |
tree | c85097368c95e894481b5c988716ebf22480192d | |
parent | f164d3622071a7e8af59eff88b7a1bf08dacc35a [diff] [blame] |
Cleanup build problems (on Fedora Core x86_64 build host)
diff --git a/common/environment.c b/common/environment.c index 61a8d24..c7f54c6 100644 --- a/common/environment.c +++ b/common/environment.c
@@ -21,7 +21,12 @@ * MA 02111-1307 USA */ +#ifndef __ASSEMBLY__ +#define __ASSEMBLY__ /* Dirty trick to get only #defines */ +#endif +#define __ASM_STUB_PROCESSOR_H__ /* don't include asm/processor. */ #include <config.h> +#undef __ASSEMBLY__ #include <environment.h> /*