Skip to content
Commit e4dde253 authored by erico.nunes's avatar erico.nunes Committed by Peter Korsgaard
Browse files

Makefile: Handle whitespace when stripping .ko



It is possible to end up with a path containing spaces if the kernel
localversion contains spaces.
Be it good practice or not, there are third party vendors which
distribute kernel configuration files for reference platforms which have
quoted strings containing whitespaces in the localversion.

There was already a fix to handle paths with whitespaces or other
special characters when running strip, which consists of using the find
-print0 and xargs -0 pair of arguments, but the kernel module stripping
wasn't included in the fix.
This commit includes the same fix to the kernel module stripping line.

Signed-off-by: default avatarErico Nunes <erico.nunes@datacom.ind.br>
Signed-off-by: default avatarPeter Korsgaard <peter@korsgaard.com>
parent 51136ebd
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment