kbuild: move some helper headers from scripts/kconfig/ to scripts/include/
authorMasahiro Yamada <masahiroy@kernel.org>
Sat, 20 Jul 2024 07:27:38 +0000 (16:27 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Sun, 21 Jul 2024 14:10:43 +0000 (23:10 +0900)
commitfbaf242c956aff6a07d9e97eaa3a0a48d947de33
tree9c2870d0112b16bde9cba2c2bc189b5b412dd45d
parent6e6ef2da3a28f3e02fd204b4f8821030b61f8cd4
kbuild: move some helper headers from scripts/kconfig/ to scripts/include/

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>
22 files changed:
MAINTAINERS
Makefile
scripts/include/array_size.h [new file with mode: 0644]
scripts/include/hashtable.h [new file with mode: 0644]
scripts/include/list.h [new file with mode: 0644]
scripts/include/list_types.h [new file with mode: 0644]
scripts/kconfig/array_size.h [deleted file]
scripts/kconfig/expr.h
scripts/kconfig/hashtable.h [deleted file]
scripts/kconfig/internal.h
scripts/kconfig/list.h [deleted file]
scripts/kconfig/list_types.h [deleted file]
scripts/kconfig/mconf.c
scripts/kconfig/menu.c
scripts/kconfig/mnconf-common.c
scripts/kconfig/mnconf-common.h
scripts/kconfig/nconf.c
scripts/kconfig/preprocess.c
scripts/kconfig/util.c
scripts/mod/list.h [deleted file]
scripts/mod/modpost.c
scripts/mod/modpost.h