immortalwrt/target/sdk
Petr Štetiar c1eef0d8f4 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>
2020-11-03 11:54:13 +08:00
..
files build: enable ccache by default 2020-10-04 21:45:07 +08:00
Config.in update target 2019-08-19 22:26:19 +08:00
convert-config.pl update source 2017-09-06 19:19:45 +08:00
Makefile sdk: fix missing include directories 2020-11-03 11:54:13 +08:00