summaryrefslogtreecommitdiffstats
path: root/doc/bsp_howto/makefiles.t
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-25 16:32:13 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-25 16:32:13 +0000
commit90d02e997376428c895cd0e8b87ef94d1e6fea52 (patch)
tree1361e004f8df246fa9114a64275621f2fb813db8 /doc/bsp_howto/makefiles.t
parentPatch from Eric Norum <eric@cls.usask.ca> to address the following problem (diff)
downloadrtems-90d02e997376428c895cd0e8b87ef94d1e6fea52.tar.bz2
Enabled Ada95 interrupt support chapter and reformatted a
bunch of stuff to avoid line wrappings.
Diffstat (limited to 'doc/bsp_howto/makefiles.t')
-rw-r--r--doc/bsp_howto/makefiles.t16
1 files changed, 9 insertions, 7 deletions
diff --git a/doc/bsp_howto/makefiles.t b/doc/bsp_howto/makefiles.t
index c607a0fbb5..f562e16e18 100644
--- a/doc/bsp_howto/makefiles.t
+++ b/doc/bsp_howto/makefiles.t
@@ -121,13 +121,15 @@ BSP_PIECES=startup clock console timer
CPU_PIECES=
GENERIC_PIECES=
-# 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)/$(piece)/$(ARCH)/$(piece).rel) \
- $(wildcard \
- ../../../../libcpu/$(RTEMS_CPU)/$(RTEMS_CPU_MODEL)/fpsp/$(ARCH)/fpsp.rel) \
- $(foreach piece, $(GENERIC_PIECES), ../../../$(piece)/$(ARCH)/$(piece).rel)
+# bummer; have to use $foreach since % pattern subst
+# rules only replace 1x
+OBJS=$(foreach piece, $(BSP_PIECES), ../$(piece)/$(ARCH)/$(piece).o) \
+ $(foreach piece, $(CPU_PIECES), \
+ ../../../../libcpu/$(RTEMS_CPU)/$(piece)/$(ARCH)/$(piece).o) \
+ $(wildcard \
+ ../../../../libcpu/$(RTEMS_CPU)/$(RTEMS_CPU_MODEL)/fpsp/$(ARCH)/fpsp.rel) \
+ $(foreach piece, \
+ $(GENERIC_PIECES), ../../../$(piece)/$(ARCH)/$(piece).o)
@end example
The variable @code{OBJS} is the list of "pieces" expanded to include