Workaround building problems fir strip and path in static library
commit5d32b7e624f90d0a8c8009d1469283c5cc60951e
authorPetr Cvek <petrcvekcz@gmail.com>
Tue, 5 Mar 2019 22:55:49 +0000 (5 23:55 +0100)
committerPetr Cvek <petrcvekcz@gmail.com>
Thu, 7 Mar 2019 19:53:52 +0000 (7 20:53 +0100)
tree6f8806b00cf996beec7d3c437036dea1279230e1
parent87c135168ae242137899c217bc556af15f0ce311
Workaround building problems fir strip and path in static library

GNU strip seems to fail on static library (.a file) with subdirectories.
This would crash the building process.

Workaround this by forcing "true" return value.

TODO the object files are not stripped and resulting kernel module is
over 1MB. Rework building process.

Signed-off-by: Petr Cvek <petrcvekcz@gmail.com>
Makefile.am.module_build