2002-12-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* start/Makefile.am: Remove stray '\'.
This commit is contained in:
Ralf Corsepius
2002-12-20 01:07:12 +00:00
parent b4381dac9b
commit 5a5aa230cf
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2002-12-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* start/Makefile.am: Remove stray '\'.
2002-12-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.

View File

@@ -14,7 +14,7 @@ include $(top_srcdir)/../../../../../../automake/lib.am
# (OPTIONAL) Add local stuff here using +=
#
START_O_FILES = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).$(OBJEXT) \
START_O_FILES = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).$(OBJEXT)
START_O_FILES += $(PROJECT_RELEASE)/lib/except_vect_332_ROM$(LIB_VARIANT).$(OBJEXT)
START_O_FILES += $(PROJECT_RELEASE)/lib/ram_init$(LIB_VARIANT)
START_O_FILES += $(PROJECT_RELEASE)/lib/ram_init_FW$(LIB_VARIANT)