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>
This commit is contained in:
Masahiro Yamada
2024-07-20 16:27:38 +09:00
parent 6e6ef2da3a
commit fbaf242c95
18 changed files with 19 additions and 226 deletions

View File

@@ -20,6 +20,8 @@
#include <limits.h>
#include <stdbool.h>
#include <errno.h>
#include <list.h>
#include "modpost.h"
#include "../../include/linux/license.h"