summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/sparc/rtems
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/cpu/sparc/rtems')
-rw-r--r--cpukit/score/cpu/sparc/rtems/asm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpukit/score/cpu/sparc/rtems/asm.h b/cpukit/score/cpu/sparc/rtems/asm.h
index 22c8365b88..b9a3aabeea 100644
--- a/cpukit/score/cpu/sparc/rtems/asm.h
+++ b/cpukit/score/cpu/sparc/rtems/asm.h
@@ -27,7 +27,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>