summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/c4x
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-02-02 02:34:52 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-02-02 02:34:52 +0000
commitde462dd7dd99817e6c5db5db48e5d91f208342f9 (patch)
tree998af3555e6c0d1cf03f713d02d56f6279a780d1 /cpukit/score/cpu/c4x
parentRemove. (diff)
downloadrtems-de462dd7dd99817e6c5db5db48e5d91f208342f9.tar.bz2
2005-02-02 Ralf Corsepius <ralf.corsepius@rtems.org>
PR rtems/752 * rtems/tic4x/c4xio.h: New (relocated from .). New header guard. * c4xio.h: Remove. * Makefile.am: Reflect changes above.
Diffstat (limited to 'cpukit/score/cpu/c4x')
-rw-r--r--cpukit/score/cpu/c4x/ChangeLog8
-rw-r--r--cpukit/score/cpu/c4x/Makefile.am18
2 files changed, 17 insertions, 9 deletions
diff --git a/cpukit/score/cpu/c4x/ChangeLog b/cpukit/score/cpu/c4x/ChangeLog
index 219ae029dd..6decb0388a 100644
--- a/cpukit/score/cpu/c4x/ChangeLog
+++ b/cpukit/score/cpu/c4x/ChangeLog
@@ -1,3 +1,11 @@
+2005-02-02 Ralf Corsepius <ralf.corsepius@rtems.org>
+
+ PR rtems/752
+ * rtems/tic4x/c4xio.h: New (relocated from .).
+ New header guard.
+ * c4xio.h: Remove.
+ * Makefile.am: Reflect changes above.
+
2004-01-28 Ralf Corsepius <ralf.corsepiu@rtems.org>
* asm.h, rtems/score/c4x.h, rtems/score/cpu.h,
diff --git a/cpukit/score/cpu/c4x/Makefile.am b/cpukit/score/cpu/c4x/Makefile.am
index 5edcc2c65a..543e70b1c2 100644
--- a/cpukit/score/cpu/c4x/Makefile.am
+++ b/cpukit/score/cpu/c4x/Makefile.am
@@ -7,8 +7,8 @@ include $(top_srcdir)/automake/compile.am
include_rtemsdir = $(includedir)/rtems
include_rtems_HEADERS = asm.h
-include_rtems_c4xdir = $(includedir)/rtems/c4x
-include_rtems_c4x_HEADERS = c4xio.h
+include_rtems_tic4xdir = $(includedir)/rtems/tic4x
+include_rtems_tic4x_HEADERS = rtems/tic4x/c4xio.h
include_rtems_scoredir = $(includedir)/rtems/score
include_rtems_score_HEADERS = rtems/score/cpu.h rtems/score/c4x.h \
@@ -32,14 +32,14 @@ $(PROJECT_INCLUDE)/rtems/asm.h: asm.h $(PROJECT_INCLUDE)/rtems/$(dirstamp)
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/asm.h
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/asm.h
-$(PROJECT_INCLUDE)/rtems/c4x/$(dirstamp):
- @$(mkdir_p) $(PROJECT_INCLUDE)/rtems/c4x
- @: > $(PROJECT_INCLUDE)/rtems/c4x/$(dirstamp)
-PREINSTALL_DIRS += $(PROJECT_INCLUDE)/rtems/c4x/$(dirstamp)
+$(PROJECT_INCLUDE)/rtems/tic4x/$(dirstamp):
+ @$(mkdir_p) $(PROJECT_INCLUDE)/rtems/tic4x
+ @: > $(PROJECT_INCLUDE)/rtems/tic4x/$(dirstamp)
+PREINSTALL_DIRS += $(PROJECT_INCLUDE)/rtems/tic4x/$(dirstamp)
-$(PROJECT_INCLUDE)/rtems/c4x/c4xio.h: c4xio.h $(PROJECT_INCLUDE)/rtems/c4x/$(dirstamp)
- $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/c4x/c4xio.h
-PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/c4x/c4xio.h
+$(PROJECT_INCLUDE)/rtems/tic4x/c4xio.h: rtems/tic4x/c4xio.h $(PROJECT_INCLUDE)/rtems/tic4x/$(dirstamp)
+ $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/tic4x/c4xio.h
+PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/tic4x/c4xio.h
$(PROJECT_INCLUDE)/rtems/score/$(dirstamp):
@$(mkdir_p) $(PROJECT_INCLUDE)/rtems/score