aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/kconfig/expr.h
diff options
context:
space:
mode:
authorMasahiro Yamada <[email protected]>2024-07-20 07:27:38 +0000
committerMasahiro Yamada <[email protected]>2024-07-21 14:10:43 +0000
commitfbaf242c956aff6a07d9e97eaa3a0a48d947de33 (patch)
tree9c2870d0112b16bde9cba2c2bc189b5b412dd45d /scripts/kconfig/expr.h
parentMakefile: add comment to discourage tools/* addition for kernel builds (diff)
downloadkernel-fbaf242c956aff6a07d9e97eaa3a0a48d947de33.tar.gz
kernel-fbaf242c956aff6a07d9e97eaa3a0a48d947de33.zip
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 <[email protected]>
Diffstat (limited to 'scripts/kconfig/expr.h')
-rw-r--r--scripts/kconfig/expr.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/kconfig/expr.h b/scripts/kconfig/expr.h
index 6e47e0ad6e6e..2bc96cd28253 100644
--- a/scripts/kconfig/expr.h
+++ b/scripts/kconfig/expr.h
@@ -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