commit | d12aa0a7f3315f8c1a84884147626095e0c24846 | [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 | 3c9b78d7a88566e742c8aa4dc0dc91f447885b55 [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>