diff options
author | Petr Štetiar <ynezz@true.cz> | 2020-11-01 17:31:40 +0100 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2021-09-22 10:41:24 +0200 |
commit | 31a2d41d64dc4bc2230d23ac84c7b47909bfb221 (patch) | |
tree | 007f4cdb98317ab193f3de5ebb486b2f81133f16 /Makefile | |
parent | 556d165ddae58ec6507bafc72642276361a42b43 (diff) | |
download | upstream-31a2d41d64dc4bc2230d23ac84c7b47909bfb221.tar.gz upstream-31a2d41d64dc4bc2230d23ac84c7b47909bfb221.tar.bz2 upstream-31a2d41d64dc4bc2230d23ac84c7b47909bfb221.zip |
sdk: fix missing include directories
It's not possible to compile some applications which are using
`-Werror=missing-include-dirs` compiler flags with the SDK as some
target directories are missing in the SDK tarball:
cc1: error: staging_dir/target/usr/include: No such file or directory [-Werror=missing-include-dirs]
cc1: error: staging_dir/target/include: No such file or directory [-Werror=missing-include-dirs]
Fix this by adding the missing directories in the SDK.
Signed-off-by: Petr Štetiar <ynezz@true.cz>
(cherry picked from commit ec0ec0428e12b6a7cdad40fbe98d375ea15b45c5)
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions