From a774aeba768a7a49bc5dd8e0ef86c1f7d4da3909 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 18 May 2011 13:00:40 +0000 Subject: =?UTF-8?q?2011-05-18=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Makefile.am: Reformat. --- cpukit/score/cpu/h8300/ChangeLog | 4 ++++ cpukit/score/cpu/h8300/Makefile.am | 5 +++-- 2 files changed, 7 insertions(+), 2 deletions(-) (limited to 'cpukit/score/cpu/h8300') diff --git a/cpukit/score/cpu/h8300/ChangeLog b/cpukit/score/cpu/h8300/ChangeLog index 624846949f..829bcdd99d 100644 --- a/cpukit/score/cpu/h8300/ChangeLog +++ b/cpukit/score/cpu/h8300/ChangeLog @@ -1,3 +1,7 @@ +2011-05-18 Ralf Corsépius + + * Makefile.am: Reformat. + 2011-02-11 Ralf Corsépius * cpu.c, rtems/asm.h, rtems/score/cpu.h: diff --git a/cpukit/score/cpu/h8300/Makefile.am b/cpukit/score/cpu/h8300/Makefile.am index e3a0692391..b19233dab0 100644 --- a/cpukit/score/cpu/h8300/Makefile.am +++ b/cpukit/score/cpu/h8300/Makefile.am @@ -8,8 +8,9 @@ include_rtemsdir = $(includedir)/rtems include_rtems_HEADERS = rtems/asm.h include_rtems_scoredir = $(includedir)/rtems/score -include_rtems_score_HEADERS = rtems/score/cpu.h rtems/score/h8300.h \ - rtems/score/types.h +include_rtems_score_HEADERS = rtems/score/cpu.h +include_rtems_score_HEADERS += rtems/score/h8300.h +include_rtems_score_HEADERS += rtems/score/types.h noinst_LIBRARIES = libscorecpu.a libscorecpu_a_SOURCES = cpu.c cpu_asm.S -- cgit v1.2.3