summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/bfin/Makefile.am
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-03-27 14:59:26 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-03-27 14:59:26 +0000
commitff8dd26afa8eb060676d496b3770071ddec75e66 (patch)
tree72f2b82f23db7cb29cd1c0d1fc94f84cb3b3112f /cpukit/score/cpu/bfin/Makefile.am
parentcode changes to remove warnings (diff)
downloadrtems-ff8dd26afa8eb060676d496b3770071ddec75e66.tar.bz2
2010-03-27 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am: Remove unused file. * irq.c: Removed.
Diffstat (limited to 'cpukit/score/cpu/bfin/Makefile.am')
-rw-r--r--cpukit/score/cpu/bfin/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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