Skip to content
Commit 0608182a authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

kconfig: split out useful helpers in confdata.c



Split out helpers:
 is_present() - check if the given path exists
 is_dir() - check if the given path exists and it is a directory
 make_parent_dir() - create the parent directories of the given path

These helpers will be reused in later commits.

Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent a2ff4040
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment