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/i386/Makefile.am | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'cpukit/score/cpu/i386/Makefile.am') diff --git a/cpukit/score/cpu/i386/Makefile.am b/cpukit/score/cpu/i386/Makefile.am index f6c8e7f6d7..75cfeda6e9 100644 --- a/cpukit/score/cpu/i386/Makefile.am +++ b/cpukit/score/cpu/i386/Makefile.am @@ -8,9 +8,12 @@ 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/i386.h \ - rtems/score/types.h rtems/score/interrupts.h rtems/score/registers.h \ - rtems/score/idtr.h +include_rtems_score_HEADERS = rtems/score/cpu.h +include_rtems_score_HEADERS += rtems/score/i386.h +include_rtems_score_HEADERS += rtems/score/types.h +include_rtems_score_HEADERS += rtems/score/interrupts.h +include_rtems_score_HEADERS += rtems/score/registers.h +include_rtems_score_HEADERS += rtems/score/idtr.h noinst_LIBRARIES = libscorecpu.a libscorecpu_a_SOURCES = cpu.c cpu_asm.S -- cgit v1.2.3