summaryrefslogtreecommitdiff
path: root/nuttx/tools
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/tools')
-rwxr-xr-xnuttx/tools/mkdeps.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/nuttx/tools/mkdeps.sh b/nuttx/tools/mkdeps.sh
index 7df4d00c6..0aec5dba8 100755
--- a/nuttx/tools/mkdeps.sh
+++ b/nuttx/tools/mkdeps.sh
@@ -156,9 +156,9 @@ if [ -z "$cc" ]; then
fi
if [ -z "$files" ]; then
- echo "No files specified"
- show_usage
- exit 2
+ # Don't report an error -- this happens normally in some configurations
+ echo "# No files specified for dependency generataion"
+ exit 0
fi
# Check if this compiler generates Cygwin/Linux paths or Windows paths