Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-07-21 | kbuild: move some helper headers from scripts/kconfig/ to scripts/include/ | 1 | -11/+0 | ||
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> | |||||
2024-02-19 | kconfig: move ARRAY_SIZE to a header | 1 | -0/+11 | ||
To use ARRAY_SIZE from other files, move it to its own header, just like include/linux/array_size.h. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org> |