commit | 68f6a90ec27c46f804f7ee5a2e736fb2c24f71de | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Feb 04 21:17:13 2021 -0700 |
committer | Bin Meng <bmeng.cn@gmail.com> | Sat Feb 06 19:18:41 2021 +0800 |
tree | 260b2bb5be30dc130ec20313d73ffd8107246f71 | |
parent | 9b95f3f7ffb77fd53b2fad7197de2b379f7fac3e [diff] |
Makefile: Provide numeric versions For SMBIOS we want to store the numeric version numbers in the tables. It does not make sense to parse the strings. Instead, add new #defines with the version and patchlevel. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>