diff options
Diffstat (limited to 'scripts/coccicheck')
-rwxr-xr-x | scripts/coccicheck | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/scripts/coccicheck b/scripts/coccicheck index f137b04dfdd3..5319fae910b4 100755 --- a/scripts/coccicheck +++ b/scripts/coccicheck | |||
@@ -30,7 +30,7 @@ else | |||
30 | NPROC="$J" | 30 | NPROC="$J" |
31 | fi | 31 | fi |
32 | 32 | ||
33 | FLAGS="--very-quiet $SPFLAGS" | 33 | FLAGS="--very-quiet" |
34 | 34 | ||
35 | # spatch only allows include directories with the syntax "-I include" | 35 | # spatch only allows include directories with the syntax "-I include" |
36 | # while gcc also allows "-Iinclude" and "-include include" | 36 | # while gcc also allows "-Iinclude" and "-include include" |
@@ -106,6 +106,9 @@ kill_running() { | |||
106 | done | 106 | done |
107 | } | 107 | } |
108 | 108 | ||
109 | # You can override heuristics with SPFLAGS, these must always go last | ||
110 | OPTIONS="$OPTIONS $SPFLAGS" | ||
111 | |||
109 | coccinelle () { | 112 | coccinelle () { |
110 | COCCI="$1" | 113 | COCCI="$1" |
111 | 114 | ||