From dc17fb6dc2ea1965fc0a14674833643af678ec6f Mon Sep 17 00:00:00 2001 From: Wolfgang Denk Date: Wed, 3 Aug 2005 22:32:02 +0200 Subject: Cleanup build problems (on Fedora Core x86_64 build host) --- common/environment.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'common/environment.c') 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 +#undef __ASSEMBLY__ #include /* -- cgit v1.1