diff --git a/Documentation/NuttxPortingGuide.html b/Documentation/NuttxPortingGuide.html index 8d237f8de5a..ae777e696e0 100644 --- a/Documentation/NuttxPortingGuide.html +++ b/Documentation/NuttxPortingGuide.html @@ -12,7 +12,7 @@
Last Updated: May 8, 2011
+Last Updated: May 11, 2011
@@ -1215,11 +1215,13 @@ The system can be re-made subsequently by just typingmake.
These additional steps include:
include/nuttx/config.h using the ${TOPDIR}/.config file.
- include/nuttx/version.h using the ${TOPDIR}/.version file.
- ${TOPDIR}/arch/<arch-name>/include at ${TOPDIR}/include/arch.
- ${TOPDIR}/configs/<board-name>/include at ${TOPDIR}/include/arch/board.
- ${TOPDIR}/configs/<board-name>/src at ${TOPDIR}/arch/<arch-name>/src/board
+ include/nuttx/config.h using the ${TOPDIR}/.config file.${TOPDIR}/.version with version 0.0 if one does not exist.include/nuttx/version.h using the ${TOPDIR}/.version file.${TOPDIR}/arch/<arch-name>/include at ${TOPDIR}/include/arch.${TOPDIR}/configs/<board-name>/include at ${TOPDIR}/include/arch/board.${TOPDIR}/configs/<board-name>/src at ${TOPDIR}/arch/<arch-name>/src/board${APPDIR}/include at ${TOPDIR}/include/apps