2003-01-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* wrapup/Makefile.am: Fix typo in CPU_PIECES handling.
This commit is contained in:
Ralf Corsepius
2003-01-21 13:47:05 +00:00
parent 16735cab84
commit fca3262f12
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2003-01-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* wrapup/Makefile.am: Fix typo in CPU_PIECES handling.
2003-01-20 Joel Sherrill <joel@OARcorp.com>
* startup/linkcmds*: Add FreeBSD sysctl() sections.

View File

@@ -14,7 +14,7 @@ CPU_PIECES = score
# bummer; have to use $foreach since % pattern subst rules only replace 1x
OBJS = $(foreach piece, $(BSP_PIECES), ../$(piece)/$(ARCH)/$(piece).rel) \
$(foreach piece, $(CPU_PIECES), ../../../../libcpu/$(RTEMS_CPU)/$(RTEMS_CPU_MODEL/$(ARCH)/$(piece).rel)
$(foreach piece, $(CPU_PIECES), ../../../../libcpu/$(RTEMS_CPU)/$(RTEMS_CPU_MODEL)/$(ARCH)/$(piece).rel)
LIB = $(ARCH)/libbsp.a