[U-Boot] [PATCH v5 6/9] kbuild: add include linux/kconfig.h in config.h
Masahiro Yamada
yamada.masahiro at socionext.com
Fri Jan 27 21:36:33 CET 2017
2017-01-27 19:00 GMT+09:00 Patrick Delaunay <patrick.delaunay73 at gmail.com>:
> From: Patrick Delaunay <patrick.delaunay at st.com>
>
> Allow to use define CONFIG_IS_ENABLED
> in include/config_fallbacks.h
>
> Signed-off-by: Patrick Delaunay <patrick.delaunay at st.com>
> Signed-off-by: Patrick Delaunay <patrick.delaunay73 at gmail.com>
This patch is unneeded.
include/linux/kconfig.h is forcibly included
from all source files.
See
UBOOTINCLUDE := \
-Iinclude \
$(if $(KBUILD_SRC), -I$(srctree)/include) \
-I$(srctree)/arch/$(ARCH)/include \
-include $(srctree)/include/linux/kconfig.h
>
> Changes in v5: None
> Changes in v4: None
> Changes in v3: None
> Changes in v2: None
>
> scripts/Makefile.autoconf | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/scripts/Makefile.autoconf b/scripts/Makefile.autoconf
> index 2f85eb9..2a967ff 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
>
> --
> 1.9.1
>
> _______________________________________________
> U-Boot mailing list
> U-Boot at lists.denx.de
> http://lists.denx.de/mailman/listinfo/u-boot
--
Best Regards
Masahiro Yamada
More information about the U-Boot
mailing list