summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/cpu
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-02-24 14:34:00 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-02-24 14:34:00 +0000
commit4b4d4a750dc8cf19e16cb4eeacf74132c45d0536 (patch)
tree0bafb01c7d9615e11b1a67cc101222370a0482e4 /c/src/exec/score/cpu
parentCorrected name of constant so this would compile. (diff)
downloadrtems-4b4d4a750dc8cf19e16cb4eeacf74132c45d0536.tar.bz2
Corrected Makefile.in to account for placement of include files.
Diffstat (limited to 'c/src/exec/score/cpu')
-rw-r--r--c/src/exec/score/cpu/a29k/rtems/score/Makefile.in2
-rw-r--r--c/src/exec/score/cpu/m68k/rtems/score/Makefile.in2
-rw-r--r--c/src/exec/score/cpu/mips64orion/rtems/score/Makefile.in2
-rw-r--r--c/src/exec/score/cpu/powerpc/rtems/score/Makefile.in2
4 files changed, 4 insertions, 4 deletions
diff --git a/c/src/exec/score/cpu/a29k/rtems/score/Makefile.in b/c/src/exec/score/cpu/a29k/rtems/score/Makefile.in
index c8b33da4b3..04e7ae0385 100644
--- a/c/src/exec/score/cpu/a29k/rtems/score/Makefile.in
+++ b/c/src/exec/score/cpu/a29k/rtems/score/Makefile.in
@@ -15,7 +15,7 @@ C_PIECES=
C_FILES=$(C_PIECES:%=%.c)
C_O_FILES=$(C_PIECES:%=${ARCH}/%.o)
-H_PIECES=cpu.h a29k.h a29ktypes.h
+H_PIECES=a29k.h a29ktypes.h cpu.h cpu_asm.h
H_FILES=$(H_PIECES:%=$(srcdir)/%)
# Assembly source names, if any, go here -- minus the .S
diff --git a/c/src/exec/score/cpu/m68k/rtems/score/Makefile.in b/c/src/exec/score/cpu/m68k/rtems/score/Makefile.in
index d7daf11c7a..ec989c522e 100644
--- a/c/src/exec/score/cpu/m68k/rtems/score/Makefile.in
+++ b/c/src/exec/score/cpu/m68k/rtems/score/Makefile.in
@@ -15,7 +15,7 @@ C_PIECES=
C_FILES=$(C_PIECES:%=%.c)
C_O_FILES=$(C_PIECES:%=${ARCH}/%.o)
-H_PIECES=cpu.h m68k.h m68ktypes.h
+H_PIECES=cpu.h m68k.h m68ktypes.h
H_FILES=$(H_PIECES:%=$(srcdir)/%)
# Assembly source names, if any, go here -- minus the .S
diff --git a/c/src/exec/score/cpu/mips64orion/rtems/score/Makefile.in b/c/src/exec/score/cpu/mips64orion/rtems/score/Makefile.in
index 77cbf624be..a5631ab113 100644
--- a/c/src/exec/score/cpu/mips64orion/rtems/score/Makefile.in
+++ b/c/src/exec/score/cpu/mips64orion/rtems/score/Makefile.in
@@ -15,7 +15,7 @@ C_PIECES=
C_FILES=$(C_PIECES:%=%.c)
C_O_FILES=$(C_PIECES:%=${ARCH}/%.o)
-H_PIECES=cpu.h mips68orion.h mipstypes.h idtcpu.h iregdef.h idtmon.h
+H_PIECES=cpu.h cpu_asm.h idtcpu.h idtmon.h iregdef.h mips64orion.h mipstypes.h
H_FILES=$(H_PIECES:%=$(srcdir)/%)
# Assembly source names, if any, go here -- minus the .S
diff --git a/c/src/exec/score/cpu/powerpc/rtems/score/Makefile.in b/c/src/exec/score/cpu/powerpc/rtems/score/Makefile.in
index c86b78e312..5cc944aad0 100644
--- a/c/src/exec/score/cpu/powerpc/rtems/score/Makefile.in
+++ b/c/src/exec/score/cpu/powerpc/rtems/score/Makefile.in
@@ -15,7 +15,7 @@ C_PIECES=
C_FILES=$(C_PIECES:%=%.c)
C_O_FILES=$(C_PIECES:%=${ARCH}/%.o)
-H_PIECES=cpu.h ppc.h ppctypes.h
+H_PIECES=cpu.h mpc860.h ppc.h ppctypes.h
H_FILES=$(H_PIECES:%=$(srcdir)/%)
# Assembly source names, if any, go here -- minus the .S