kbuild: sed compatibility fixes
Some versions of sed seem to think \w, as in word, doesn't include digits, which breaks the build with CONFIG_MODVERSIONS. So we just use the more compatible [<space><tab>]*.
Showing
Please register or sign in to comment