split mpc8xx hooks from cmd_ide.c
[platform/kernel/u-boot.git] / include / version.h
index ec4e1f8..c908bd3 100644 (file)
@@ -27,7 +27,7 @@
 #include <timestamp.h>
 
 #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__ */