summaryrefslogtreecommitdiffstats
path: root/common/environment.c
diff options
context:
space:
mode:
authorWolfgang Denk <wd@pollux.denx.de>2005-08-03 22:32:02 +0200
committerWolfgang Denk <wd@pollux.denx.de>2005-08-03 22:32:02 +0200
commitdc17fb6dc2ea1965fc0a14674833643af678ec6f (patch)
treec85097368c95e894481b5c988716ebf22480192d /common/environment.c
parentd3b86c496d8f45eddf8fb9ee1fd11418af406e66 (diff)
downloadbarebox-dc17fb6dc2ea1965fc0a14674833643af678ec6f.tar.gz
barebox-dc17fb6dc2ea1965fc0a14674833643af678ec6f.tar.xz
Cleanup build problems (on Fedora Core x86_64 build host)
Diffstat (limited to 'common/environment.c')
-rw-r--r--common/environment.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/common/environment.c b/common/environment.c
index 61a8d245f9..c7f54c6bd8 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>
/*