tools: always create $STAGING_DIR/usr/{include,lib}
rules.mk always passes these as -I/-L to the toolchain.
Fixes rare errors like:
cc1: error: staging_dir/target-aarch64_cortex-a53_musl/usr/include: No such file or directory [-Werror=missing-include-dirs]
Signed-off-by: Andre Heider <[email protected]>
Acked-by: Paul Spooren <[email protected]>
Acked-by: Rosen Penev <[email protected]>
[fixed merge conflict]
Signed-off-by: Petr Štetiar <[email protected]>
(cherry picked from commit
b0cb305236524095bfd899449b0ad8eb821cb3bb)