summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/mips/rtems/score/mips.h
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-04-03 00:00:20 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-04-03 00:00:20 +0000
commit4246571bdece86f92da5c8456f6eafead78695bb (patch)
treeca55a68193198d543fac22b538996a501c5f5792 /cpukit/score/cpu/mips/rtems/score/mips.h
parentRebuild preinstallation rules (diff)
downloadrtems-4246571bdece86f92da5c8456f6eafead78695bb.tar.bz2
2004-04-02 Ralf Corsepius <ralf_corsepius@rtems.org>
* Makefile.am: Install iregdefs.h and idtcpu.h to $(includedir)/rtems/mips. * cpu_asm.S: Include <rtems/mips/iregdef.h> instead of <iregdef.h>. * rtems/score/mips.h, cpu_asm.S: Include <rtems/mips/idtcpu.h> instead of <idtcpu.h>.
Diffstat (limited to 'cpukit/score/cpu/mips/rtems/score/mips.h')
-rw-r--r--cpukit/score/cpu/mips/rtems/score/mips.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/score/cpu/mips/rtems/score/mips.h b/cpukit/score/cpu/mips/rtems/score/mips.h
index f7e252ee7e..2e314ce95b 100644
--- a/cpukit/score/cpu/mips/rtems/score/mips.h
+++ b/cpukit/score/cpu/mips/rtems/score/mips.h
@@ -18,7 +18,7 @@ extern "C" {
#endif
#ifndef ASM
-#include <idtcpu.h>
+#include <rtems/mips/idtcpu.h>
#endif
/*