commit | a0a749787aa4cebd8a1b919ee04cc8f450796fcb | [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 | 8f31929562f5305c0ce94f2f41eedeb231d8d215 [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>