summaryrefslogtreecommitdiffstats
path: root/doc/bsp_howto/support.t
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2003-01-28 18:44:38 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2003-01-28 18:44:38 +0000
commit4896576c49c5bf696f5f916452d59127e70c3b19 (patch)
tree6f3bc237ff1c43134f73e95c1321c79784c82350 /doc/bsp_howto/support.t
parent2003-01-28 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-4896576c49c5bf696f5f916452d59127e70c3b19.tar.bz2
2003-01-28 Joel Sherrill <joel@OARcorp.com>
* makefiles.t, support.t: Updated to reflect use of automake in addition to autoconf.
Diffstat (limited to 'doc/bsp_howto/support.t')
-rw-r--r--doc/bsp_howto/support.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/bsp_howto/support.t b/doc/bsp_howto/support.t
index 85b137322a..f9548d2b96 100644
--- a/doc/bsp_howto/support.t
+++ b/doc/bsp_howto/support.t
@@ -189,11 +189,11 @@ There is a default implementation which returns an error to indicate
that the heap can not be extended. This implementation can be
found in @code{c/src/lib/libbsp/shared/sbrk.c}. Many of the BSPs
use this shared implementation. In order to use this implementation,
-the file @code{Makefile.in} in the BSP's @code{startup} directory
+the file @code{Makefile.am} in the BSP's @code{startup} directory
must be modified so that the @code{$VPATH} variable searches
both the @code{startup} directory and the shared directory. The following
illustates the @code{VPATH} setting in the PowerPC psim BSP's
-@code{startup/Makefile.in}:
+@code{startup/Makefile.am}:
@example
VPATH = @@srcdir@@:@@srcdir@@/../../../shared