Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-07-21 | kbuild: move some helper headers from scripts/kconfig/ to scripts/include/ | 1 | -1/+1 | ||
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 | 1 | -0/+53 | ||
Separate out the duplicated code to mnconf-common.c. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org> |