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

@@ -9,9 +9,9 @@
#include <stdlib.h>
#include <string.h>
#include "array_size.h"
#include <array_size.h>
#include <list.h>
#include "internal.h"
#include "list.h"
#include "lkc.h"
#include "preprocess.h"