summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/a29k
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1997-04-07 21:16:31 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1997-04-07 21:16:31 +0000
commit17c4511e3cdf549ad3e2c5ccc75a86ca463e0820 (patch)
treedfa8f88a62368ccfe08cc4ac4d07c95e21993633 /cpukit/score/cpu/a29k
parentupdated to put bsps in alphabetical order (diff)
downloadrtems-17c4511e3cdf549ad3e2c5ccc75a86ca463e0820.tar.bz2
added "ifndef" for ASM to avoid redefinition warnings.
Diffstat (limited to 'cpukit/score/cpu/a29k')
-rw-r--r--cpukit/score/cpu/a29k/asm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpukit/score/cpu/a29k/asm.h b/cpukit/score/cpu/a29k/asm.h
index a680c9f1a5..c81d85352b 100644
--- a/cpukit/score/cpu/a29k/asm.h
+++ b/cpukit/score/cpu/a29k/asm.h
@@ -32,7 +32,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/asm.h>