| Index: scripts/check-local-headers.sh
|
| diff --git a/scripts/check-local-headers.sh b/scripts/check-local-headers.sh
|
| index a945ffb997752158e13b3053f946ed7e7aab88d7..cec57630fcf553a42078916c65ecfe83f6016cb7 100755
|
| --- a/scripts/check-local-headers.sh
|
| +++ b/scripts/check-local-headers.sh
|
| @@ -26,7 +26,7 @@ cd "$objpfx"
|
|
|
| # Search all dependency files for file names in the include directory.
|
| # There are a few system headers we are known to use.
|
| -if fgrep "$includedir" */*.{o,os,oS}.d |
|
| +if fgrep "$includedir" */*.{o,os,ons}.d |
|
| fgrep -v "$includedir/asm" |
|
| fgrep -v "$includedir/linux" |
|
| fgrep -v "$includedir/selinux" |
|
|
|