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
+1 -2
View File
@@ -12,12 +12,11 @@ extern "C" {
#include <assert.h>
#include <stdio.h>
#include "list_types.h"
#ifndef __cplusplus
#include <stdbool.h>
#endif
#include "list_types.h"
#include <list_types.h>
typedef enum tristate {
no, mod, yes