commit | d19fede583c14e6a8040ed788df03270cea978d6 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Nov 07 08:47:07 2016 -0700 |
committer | Alexander Graf <agraf@suse.de> | Mon Nov 14 23:24:03 2016 +0100 |
tree | 5ce66dec9c8a1daea079f9d6ffb0f7a77d2af95d | |
parent | 6cbaac69b06e90d8fa4753a76baf712aec2ecec1 [diff] |
efi: Makefile: Export variables for use with EFI When building an EFI app we need three things: - start-up code - relocation code - link script These are all different for each architecture. We also need special compiler flags in some cases. Add top-level Makefile variables for these along with documentation. Signed-off-by: Simon Glass <sjg@chromium.org> Signed-off-by: Alexander Graf <agraf@suse.de>