When command-line option -u is passed to scripts/generate-kernel-patch,

undefine the preprocessor symbol
CONFIG_TCP_ZERO_COPY_TRANSFER_COMPLETION_NOTIFICATION.


git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@1249 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2009-10-22 18:26:19 +00:00
parent 7edf6fffdf
commit 64803db9f1
2 changed files with 10 additions and 1 deletions
+1 -1
View File
@@ -175,7 +175,7 @@ do
done
if [ "${generating_upstream_patch}" = "true" ]; then
specialize_patch_options="${specialize_patch_options} -v generating_upstream_patch_defined=1"
specialize_patch_options="${specialize_patch_options} -v generating_upstream_patch_defined=1 -v config_tcp_zero_copy_transfer_completion_notification_undefined=1"
fi
if [ $# != 1 ]; then