Logo
Explore Help
Register Sign In
leandrof/u-boot
1
0
Fork 1
You've already forked u-boot
Code Issues Pull Requests Packages Projects Releases Wiki Activity
Files
d73b9e67ed49be21fd51a26b830a6543dcffdbc0
u-boot/include/version_string.h

9 lines
171 B
C
Raw Normal View History

version: Move version_string[] from version.h to version_string.h More C files do not use compile time timestamp macros and do not have to be recompiled every time when SOURCE_DATE_EPOCH changes. This patch moves version_string[] from version.h to version_string.h and updates other C files which only needs version_string[] string to include version_string.h instead of version.h. After applying this patch these files are not recompiled every time when SOURCE_DATE_EPOCH changes. Signed-off-by: Pali Rohár <pali@kernel.org> Reviewed-by: Tom Rini <trini@konsulko.com>
2021-08-02 15:18:31 +02:00
/* SPDX-License-Identifier: GPL-2.0+ */
#ifndef __VERSION_STRING_H__
#define __VERSION_STRING_H__
extern const char version_string[];
#endif /* __VERSION_STRING_H__ */
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.1 Page: 111ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API