From b3eb2fb9e8b0142dd1a7056630b126e852f27338 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 17 May 2011 14:54:13 +0000 Subject: =?UTF-8?q?2011-05-17=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/sh/Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'cpukit/score/cpu/sh/Makefile.am') diff --git a/cpukit/score/cpu/sh/Makefile.am b/cpukit/score/cpu/sh/Makefile.am index 02ab7af758..aeb2c68006 100644 --- a/cpukit/score/cpu/sh/Makefile.am +++ b/cpukit/score/cpu/sh/Makefile.am @@ -8,8 +8,10 @@ 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/types.h \ - rtems/score/sh.h rtems/score/sh_io.h +include_rtems_score_HEADERS = rtems/score/cpu.h +include_rtems_score_HEADERS += rtems/score/types.h +include_rtems_score_HEADERS += rtems/score/sh.h +include_rtems_score_HEADERS += rtems/score/sh_io.h noinst_LIBRARIES = libscorecpu.a libscorecpu_a_SOURCES = cpu.c context.c -- cgit v1.2.3