kernel_liteos_a1/fs
Zbigniew Bodek e0406e3df7 Fix various build problems when building for non-HiSi config
Mainly adding missing headers, removing redundant headers that
induce undefined symbols or rearranging existing headers
according to dependencies betheen them.
Also add missing include paths to makefiles and make configs.

Note: direct inclusion of pthread.h in disk.h is caused by the
latter being used almost everywhere, including third_party libraries.
Putting pthread.h there releases us from affecting more code.

Basically fixes build for anything that is not default HiSi
configuration.

Signed-off-by: Zbigniew Bodek <zbigniew.bodek@huawei.com>
Change-Id: Icdcb0874d9fed34d01fa282d33bd2e041c2ac436
2020-11-17 23:07:01 +08:00
..
fat Bugfix for fatfs double lock 2020-10-16 10:16:14 +08:00
include Fix various build problems when building for non-HiSi config 2020-11-17 23:07:01 +08:00
jffs2 drop unnecessary executable file permission mode 2020-10-13 16:37:25 +08:00
nfs drop unnecessary executable file permission mode 2020-10-13 16:37:25 +08:00
ramfs drop unnecessary executable file permission mode 2020-10-13 16:37:25 +08:00
vfs Fix various build problems when building for non-HiSi config 2020-11-17 23:07:01 +08:00