X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fversion.h;h=c908bd30138f49258b29e73cda23b4b8cbd19fc8;hb=ef5a5b004997a0759d6f5f3206a419f90d5ffac5;hp=ec4e1f808d518e749352eb30b6888322aefd182c;hpb=09c2e90c110ef99f1203685acd1059114a51b167;p=u-boot diff --git a/include/version.h b/include/version.h index ec4e1f808d..c908bd3013 100644 --- a/include/version.h +++ b/include/version.h @@ -27,7 +27,7 @@ #include #ifndef DO_DEPS_ONLY -#include "version_autogenerated.h" +#include "generated/version_autogenerated.h" #endif #ifndef CONFIG_IDENT_STRING @@ -37,6 +37,7 @@ #define U_BOOT_VERSION_STRING U_BOOT_VERSION " (" U_BOOT_DATE " - " \ U_BOOT_TIME ")" CONFIG_IDENT_STRING +#ifndef __ASSEMBLY__ extern const char version_string[]; - +#endif /* __ASSEMBLY__ */ #endif /* __VERSION_H__ */