mirror of
https://git.proxmox.com/git/efi-boot-shim
synced 2025-11-03 04:19:40 +00:00
This patch cleans up and refactors the Makefiles to better allow new architectures to be added: - remove unused Makefile definitions - import Makefile definitions from top level rather than redefining - move x86 specific CFLAGS to inside ifeq() blocks - remove x86 inline asm - allow $(FORMAT) to be overridden: this is necessary as there exists no EFI or PE/COFF aware objcopy for ARM Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> |
||
|---|---|---|
| .. | ||
| configtable.c | ||
| console.c | ||
| execute.c | ||
| guid.c | ||
| Makefile | ||
| security_policy.c | ||
| shell.c | ||
| simple_file.c | ||
| variables.c | ||