From ff8dd26afa8eb060676d496b3770071ddec75e66 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Sat, 27 Mar 2010 14:59:26 +0000 Subject: 2010-03-27 Joel Sherrill * Makefile.am: Remove unused file. * irq.c: Removed. --- cpukit/score/cpu/bfin/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/score/cpu/bfin/Makefile.am') diff --git a/cpukit/score/cpu/bfin/Makefile.am b/cpukit/score/cpu/bfin/Makefile.am index c5d1c03267..4eebfcc7c6 100644 --- a/cpukit/score/cpu/bfin/Makefile.am +++ b/cpukit/score/cpu/bfin/Makefile.am @@ -15,7 +15,7 @@ include_rtems_score_HEADERS = rtems/score/cpu.h rtems/score/bfin.h \ rtems/score/cpu_asm.h rtems/score/types.h noinst_LIBRARIES = libscorecpu.a -libscorecpu_a_SOURCES = cpu.c irq.c cpu_asm.S +libscorecpu_a_SOURCES = cpu.c cpu_asm.S libscorecpu_a_CPPFLAGS = $(AM_CPPFLAGS) include $(srcdir)/preinstall.am -- cgit v1.2.3