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>
Mon, 2 Nov 2020 07:39:49 +0000 (08:39 +0100)
commitec0ec0428e12b6a7cdad40fbe98d375ea15b45c5
tree42984dc8f6975a50572b6d82be1fc0b4d9f42efa
parentf52aee0455f6ce77b16a78ddf17f1ef49ddc2380
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>
target/sdk/Makefile