aboutsummaryrefslogtreecommitdiff
path: root/nuttx/Makefile.win
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-04 21:37:31 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-04 21:37:31 +0000
commit5c572a3cb50e6e52a641ee652d9e151b4c70661c (patch)
tree2b41449055995be18eb86ace4329a08f1536374c /nuttx/Makefile.win
parentb66a46decca8ba8bc3570ca5d91d908f2e339c0d (diff)
downloadpx4-firmware-5c572a3cb50e6e52a641ee652d9e151b4c70661c.tar.gz
px4-firmware-5c572a3cb50e6e52a641ee652d9e151b4c70661c.tar.bz2
px4-firmware-5c572a3cb50e6e52a641ee652d9e151b4c70661c.zip
Add tools/configure.c and configure.bat
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5478 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/Makefile.win')
-rw-r--r--nuttx/Makefile.win2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/Makefile.win b/nuttx/Makefile.win
index fcf971d32..803d073b2 100644
--- a/nuttx/Makefile.win
+++ b/nuttx/Makefile.win
@@ -452,7 +452,7 @@ clean_context:
# check_context
#
# This target checks if NuttX has been configured. NuttX is configured using
-# the script tools\configure.sh. That script will install certain files in
+# the script tools\configure.bat. That script will install certain files in
# the top-level NuttX build directory. This target verifies that those
# configuration files have been installed and that NuttX is ready to be built.