Dependency generation fix for directories that keep object files in a sub-directory

This commit is contained in:
Gregory Nutt
2013-09-29 11:46:10 -06:00
parent 417f67c132
commit c038f4efe0
10 changed files with 190 additions and 30 deletions
+1 -1
View File
@@ -180,7 +180,7 @@ config NET_SENDFILE
bool "Optimized network sendfile()"
default n
---help---
Support larger, high performance sendfile() from transferring
Support larger, higher performance sendfile() for transferring
files out a TCP connection.
endif # NET_TCP