From 4ac96345b22cc8dcd299c6012cc5c80e44058bae Mon Sep 17 00:00:00 2001 From: Patrick Delaunay <patrick.delaunay@st.com> Date: Fri, 27 Jan 2017 11:00:40 +0100 Subject: [PATCH] kbuild: add include linux/kconfig.h in config.h Allow to use define CONFIG_IS_ENABLED in include/config_fallbacks.h Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com> Signed-off-by: Patrick Delaunay <patrick.delaunay73@gmail.com> --- scripts/Makefile.autoconf | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/Makefile.autoconf b/scripts/Makefile.autoconf index 2f85eb9599..2a967ff6f3 100644 --- a/scripts/Makefile.autoconf +++ b/scripts/Makefile.autoconf @@ -110,6 +110,7 @@ define filechk_config_h echo \#include \<config_uncmd_spl.h\>; \ echo \#include \<configs/$(CONFIG_SYS_CONFIG_NAME).h\>; \ echo \#include \<asm/config.h\>; \ + echo \#include \<linux/kconfig.h\>; \ echo \#include \<config_fallbacks.h\>;) endef -- 2.30.2