mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-17 12:41:32 +00:00
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>
This commit is contained in:
parent
bd42a94268
commit
4ac96345b2
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue