summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/cpu/mips/asm.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/score/cpu/mips/asm.h')
-rw-r--r--c/src/exec/score/cpu/mips/asm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/c/src/exec/score/cpu/mips/asm.h b/c/src/exec/score/cpu/mips/asm.h
index 2382754654..4d00643294 100644
--- a/c/src/exec/score/cpu/mips/asm.h
+++ b/c/src/exec/score/cpu/mips/asm.h
@@ -31,7 +31,9 @@
* Indicate we are in an assembly file and get the basic CPU definitions.
*/
+#ifndef ASM
#define ASM
+#endif
#include <rtems/score/targopts.h>
#include <rtems/score/no_cpu.h>