Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-07-21 | kbuild: move some helper headers from scripts/kconfig/ to scripts/include/ | Masahiro Yamada | |
Move array_size.h, hashtable.h, list.h, list_types.h from scripts/kconfig/ to scripts/include/. These headers will be useful for other host programs. Remove scripts/mod/list.h. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org> | |||
2023-12-10 | kconfig: factor out common code shared by mconf and nconf | Masahiro Yamada | |
Separate out the duplicated code to mnconf-common.c. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org> |