summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/cpu/m68k/asm.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/score/cpu/m68k/asm.h')
-rw-r--r--c/src/exec/score/cpu/m68k/asm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/c/src/exec/score/cpu/m68k/asm.h b/c/src/exec/score/cpu/m68k/asm.h
index fda93d9528..1f2a647947 100644
--- a/c/src/exec/score/cpu/m68k/asm.h
+++ b/c/src/exec/score/cpu/m68k/asm.h
@@ -30,7 +30,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/cpu.h>