commit | dca2549e7754d7aa67f3be37db385deacd445de8 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Thu Apr 04 01:00:41 2024 +0200 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Mon Apr 08 13:04:48 2024 +0200 |
tree | 8da39804fd0f8461a77883e8be03fff4aa55151c | |
parent | 72bca1aff9e5fff24e725c12049a1e863e83368a [diff] |
efi_loader: move HOST_ARCH to version_autogenerated.h efi_default_filename.h requires HOST_ARCH to be defined. Up to now we defined it via a CFLAGS. This does not scale. Add the symbol to version_autogenerated.h instead. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com> Acked-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>