2008-01-22 Joel Sherrill <joel.sherrill@OARcorp.com>

* Makefile.am: Remove duplicate cases of mmu.rel and timer.rel in list
	of objects.
This commit is contained in:
Joel Sherrill
2008-01-22 15:21:28 +00:00
parent 797c232dad
commit 148626632c
2 changed files with 6 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
2008-01-22 Joel Sherrill <joel.sherrill@OARcorp.com>
* Makefile.am: Remove duplicate cases of mmu.rel and timer.rel in list
of objects.
2007-12-11 Joel Sherrill <joel.sherrill@OARcorp.com>
* include/bsp.h, startup/bspstart.c: Eliminate copies of the

View File

@@ -109,8 +109,6 @@ libbsp_a_LIBADD += ../../../libcpu/@RTEMS_CPU@/shared/cpuIdent.rel \
../../../libcpu/@RTEMS_CPU@/mpc6xx/mmu.rel \
../../../libcpu/@RTEMS_CPU@/mpc6xx/timer.rel \
../../../libcpu/@RTEMS_CPU@/mpc6xx/clock.rel \
../../../libcpu/@RTEMS_CPU@/mpc6xx/mmu.rel \
../../../libcpu/@RTEMS_CPU@/mpc6xx/timer.rel \
../../../libcpu/@RTEMS_CPU@/mpc83xx/i2c.rel \
../../../libcpu/@RTEMS_CPU@/mpc83xx/spi.rel
@@ -121,6 +119,7 @@ endif
EXTRA_DIST += README.mpc8349eamds
EXTRA_DIST += times.mpc8349eamds
### XXX
include $(srcdir)/preinstall.am
include $(top_srcdir)/../../../../automake/local.am