Searched hist:bb1ae55948377b6b75d2230fd8fea69106477d81 (Results 1 – 1 of 1) sorted by relevance
/openbmc/u-boot/ |
H A D | Makefile | bb1ae55948377b6b75d2230fd8fea69106477d81 Mon Nov 07 09:47:07 CST 2016 Simon Glass <sjg@chromium.org> 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>
|