diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index 52c130a110d..0e36e233aa3 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -5195,12 +5195,9 @@ avr, m68k, m68hc11, m68hc12, m9s12, blackfin, m32c, h8, and SuperH ports.-M option to generate make dependencies. These dependencies are retained in files called Make.deps throughout the system. For compilers other than GCC, there is no support for making dependencies in this way. - For Windows native GCC compilers, the generated dependencies are windows paths and not - directly usable in the Cygwin make. By default, dependencies are suppressed for these - compilers as well.

- NOTE: dependencies are suppress by setting the make variable MKDEPS to point + NOTE: dependencies may be suppressed by setting the make variable MKDEPS to point to the do-nothing dependency script, tools/mknulldeps.sh.

diff --git a/Documentation/NuttxPortingGuide.html b/Documentation/NuttxPortingGuide.html index d6bb7982c50..c0c8cdd253b 100644 --- a/Documentation/NuttxPortingGuide.html +++ b/Documentation/NuttxPortingGuide.html @@ -1440,6 +1440,8 @@ tools/ |-- configure.sh / configure.bat |-- cfgparser.c |-- cfgparser.h +|-- cmpconfig.c +|-- cnvwindeps.c |-- copydir.sh / copydir.bat |-- define.sh / define.bat |-- incdir.sh / indir.bat @@ -1453,6 +1455,7 @@ tools/ |-- mkromfsimg.sh |-- mksyscall.c |-- mkversion.c +|-- mkwindeps.sh |-- unlink.sh / unlink.bat |-- version.sh `-- zipme.sh