summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/mips/r46xx/Makefile.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-05-10 07:52:30 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-05-10 07:52:30 +0000
commit385347e53d5a684ab289488a9295104ff9964685 (patch)
tree37881e508ad09ab217a64e0f671b8cae571544b1 /c/src/lib/libcpu/mips/r46xx/Makefile.am
parent2005-05-10 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-385347e53d5a684ab289488a9295104ff9964685.tar.bz2
Remove.
Diffstat (limited to 'c/src/lib/libcpu/mips/r46xx/Makefile.am')
-rw-r--r--c/src/lib/libcpu/mips/r46xx/Makefile.am30
1 files changed, 0 insertions, 30 deletions
diff --git a/c/src/lib/libcpu/mips/r46xx/Makefile.am b/c/src/lib/libcpu/mips/r46xx/Makefile.am
deleted file mode 100644
index fdb1ef6c73..0000000000
--- a/c/src/lib/libcpu/mips/r46xx/Makefile.am
+++ /dev/null
@@ -1,30 +0,0 @@
-##
-## $Id$
-##
-
-noinst_PROGRAMS =
-
-include $(top_srcdir)/../../../automake/compile.am
-
-if r46xx
-noinst_PROGRAMS += vectorisrs.rel
-vectorisrs_rel_SOURCES = vectorisrs/maxvectors.c vectorisrs/vectorisrs.c
-vectorisrs_rel_CPPFLAGS = $(AM_CPPFLAGS)
-vectorisrs_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
-endif
-
-if r46xx
-noinst_PROGRAMS += timer.rel
-timer_rel_SOURCES = ../timer/timer.c ../timer/gettime.S
-timer_rel_CPPFLAGS = $(AM_CPPFLAGS)
-timer_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
-endif
-
-if r46xx
-noinst_PROGRAMS += clock.rel
-clock_rel_SOURCES = ../clock/ckinit.c ../clock/clock.S ../clock/clock.h
-clock_rel_CPPFLAGS = $(AM_CPPFLAGS)
-clock_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
-endif
-
-include $(top_srcdir)/../../../automake/local.am