sdk: fix missing include directories
authorPetr Štetiar <ynezz@true.cz>
Sun, 1 Nov 2020 16:31:40 +0000 (17:31 +0100)
committerPetr Štetiar <ynezz@true.cz>
Wed, 22 Sep 2021 08:41:24 +0000 (10:41 +0200)
commit31a2d41d64dc4bc2230d23ac84c7b47909bfb221
tree007f4cdb98317ab193f3de5ebb486b2f81133f16
parent556d165ddae58ec6507bafc72642276361a42b43
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)
target/sdk/Makefile