From 90d02e997376428c895cd0e8b87ef94d1e6fea52 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 25 Oct 1999 16:32:13 +0000 Subject: Enabled Ada95 interrupt support chapter and reformatted a bunch of stuff to avoid line wrappings. --- doc/bsp_howto/makefiles.t | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) (limited to 'doc/bsp_howto/makefiles.t') 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 -- cgit v1.2.3