Skip to content
Snippets Groups Projects
Commit 4ac96345 authored by Patrick Delaunay's avatar Patrick Delaunay Committed by Tom Rini
Browse files

kbuild: add include linux/kconfig.h in config.h


Allow to use define CONFIG_IS_ENABLED
in include/config_fallbacks.h

Signed-off-by: default avatarPatrick Delaunay <patrick.delaunay@st.com>
Signed-off-by: default avatarPatrick Delaunay <patrick.delaunay73@gmail.com>
parent bd42a942
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment