From abfbfa7c5a4e7dd2e0bd3e774d9be41275bacdc1 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 12 Oct 1998 21:24:52 +0000 Subject: Changed section numbers. --- doc/bsp_howto/makefiles.t | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'doc/bsp_howto/makefiles.t') diff --git a/doc/bsp_howto/makefiles.t b/doc/bsp_howto/makefiles.t index e13a6f3e40..cee9930415 100644 --- a/doc/bsp_howto/makefiles.t +++ b/doc/bsp_howto/makefiles.t @@ -6,9 +6,9 @@ @c $Id$ @c -@chapter = Makefiles +@chapter Makefiles -@subsection = Makefiles Used During The BSP Building Process +@section Makefiles Used During The BSP Building Process There's a makefile template in each directory of a BSP. They are called "makefile.in" and are processed when building RTEMS for a given BSP. One @@ -51,7 +51,7 @@ process, usually in your /c/src/lib/libbsp/// directory) by hand. -@subsection = Makefiles Used Both During The BSP Design and its Use +@section Makefiles Used Both During The BSP Design and its Use A BSP must go with his configuration file. The configuration files can be found under $RTEMS_ROOT/c/make/custom. The configuration file is taken @@ -92,9 +92,9 @@ ifeq ($(RTEMS_USE_GCC272),yes) else define make-exe - $(CC) $(CFLAGS) $(CFLAGS_LD) -o $(basename $@).exe $(LINK_OBJS) - $(NM) -g -n $(basename $@).exe > $(basename $@).num - $(SIZE) $(basename $@).exe + $(CC) $(CFLAGS) $(CFLAGS_LD) -o $(basename $@@).exe $(LINK_OBJS) + $(NM) -g -n $(basename $@@).exe > $(basename $@@).num + $(SIZE) $(basename $@@).exe endif @end example -- cgit v1.2.3