]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - scripts/Makefile.autoconf
Convert CONFIG_BOOTCOUNT_ENV to Kconfig
[people/ms/u-boot.git] / scripts / Makefile.autoconf
index 2f85eb9599148145cf9b3d38b3acbb0d0b2bbe85..2a967ff6f33a8b2594482fbf1d04b726649a48e0 100644 (file)
@@ -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