2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* mpc505/ictrl/Makefile.am: Use .$(OBJEXT) instead of .o.
 	* mpc505/timer/Makefile.am: Use .$(OBJEXT) instead of .o.
 	* mpc505/vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
 	* mpc6xx/clock/Makefile.am: Use .$(OBJEXT) instead of .o.
 	* mpc6xx/exceptions/Makefile.am: Use .$(OBJEXT) instead of .o.
 	* mpc6xx/mmu/Makefile.am: Use .$(OBJEXT) instead of .o.
 	* mpc6xx/timer/Makefile.am: Use .$(OBJEXT) instead of .o.
 	* mpc8260/clock/Makefile.am: Use .$(OBJEXT) instead of .o.
 	* mpc8260/console-generic/Makefile.am: Use .$(OBJEXT) instead of .o.
 	* mpc8260/cpm/Makefile.am: Use .$(OBJEXT) instead of .o.
 	* mpc8260/exceptions/Makefile.am: Use .$(OBJEXT) instead of .o.
 	* mpc8260/mmu/Makefile.am: Use .$(OBJEXT) instead of .o.
 	* mpc8260/timer/Makefile.am: Use .$(OBJEXT) instead of .o.
 	* mpc8xx/clock/Makefile.am: Use .$(OBJEXT) instead of .o.
 	* mpc8xx/console-generic/Makefile.am: Use .$(OBJEXT) instead of .o.
 	* mpc8xx/cpm/Makefile.am: Use .$(OBJEXT) instead of .o.
 	* mpc8xx/exceptions/Makefile.am: Use .$(OBJEXT) instead of .o.
 	* mpc8xx/mmu/Makefile.am: Use .$(OBJEXT) instead of .o.
 	* mpc8xx/timer/Makefile.am: Use .$(OBJEXT) instead of .o.
 	* ppc403/clock/Makefile.am: Use .$(OBJEXT) instead of .o.
 	* ppc403/console/Makefile.am: Use .$(OBJEXT) instead of .o.
 	* ppc403/ictrl/Makefile.am: Use .$(OBJEXT) instead of .o.
 	* ppc403/timer/Makefile.am: Use .$(OBJEXT) instead of .o.
 	* ppc403/tty_drv/Makefile.am: Use .$(OBJEXT) instead of .o.
 	* ppc403/vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
 	* shared/include/Makefile.am: Use .$(OBJEXT) instead of .o.
 	* shared/src/Makefile.am: Use .$(OBJEXT) instead of .o.
This commit is contained in:
Ralf Corsepius
2002-08-11 05:36:10 +00:00
parent 1f751a7c45
commit 360225e6ea
28 changed files with 60 additions and 30 deletions

View File

@@ -13,8 +13,8 @@ include_libcpudir = $(includedir)/libcpu
include_libcpu_HEADERS = raw_exception.h
exceptions_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.o) \
$(S_FILES:%.S=$(ARCH)/%.o)
exceptions_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT)) \
$(S_FILES:%.S=$(ARCH)/%.$(OBJEXT))
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../../../automake/compile.am