build: add support for AARCH64 EFI
authorKoen Kooi <koen.kooi@linaro.org>
Sat, 11 Apr 2015 08:23:26 +0000 (10:23 +0200)
committerDavid Herrmann <dh.herrmann@gmail.com>
Sat, 11 Apr 2015 10:09:56 +0000 (12:09 +0200)
commit684edf2e19aa8e247d94443b34e3d1b909b0d960
tree3677b545e5322c2c761fab804bc0d27c5f4396bc
parent0d8d3689071188d39c629c3d9d9bed52f9eecfc7
build: add support for AARCH64 EFI

Aarch64 and ARM32 lack an EFI capable objcopy, so use the ldflags + -O
binary trick gnu-efi and the Red Hat shimloader are using.

(David: rebase to systemd-git and added EFI_ prefixes)
Makefile.am