diff --git a/Documentation/NuttxPortingGuide.html b/Documentation/NuttxPortingGuide.html index 3eb4fd49f12..1e1cb7f5a96 100644 --- a/Documentation/NuttxPortingGuide.html +++ b/Documentation/NuttxPortingGuide.html @@ -1538,7 +1538,7 @@ tools/

2.20 nuttx/Makefile

- The top-level Makefile in the ${TOPDIR} directory contains all of the top-level control + The top-level Makefile in the $(TOPDIR) directory contains all of the top-level control logic to build NuttX. Use of this Makefile to build NuttX is described below.

@@ -1555,12 +1555,12 @@ tools/

Manual Configuration. Configuring NuttX requires only copying the - board-specific configuration files into the top level directory which appears in the make files as the make variable, ${TOPDIR}. + board-specific configuration files into the top level directory which appears in the make files as the make variable, $(TOPDIR). This could be done manually as follows:

@@ -1679,7 +1679,7 @@ tools/version.h -v 6.1 .version

Additional Configuration Steps. - The remainder of configuration steps will be performed by ${TOPDIR}/Makefile + The remainder of configuration steps will be performed by $(TOPDIR)/Makefile the first time the system is built as described below.

@@ -1689,11 +1689,11 @@ tools/version.h -v 6.1 .version Once NuttX has been configured as described above, it may be built as follows:

- The ${TOPDIR} directory holds: + The $(TOPDIR) directory holds: