mirror of
https://github.com/rhboot/gnu-efi
synced 2026-08-26 00:26:04 -04:00
Fix ARM32 and AARCH64 builds
Without these added into SUBDIRS the initplat.c compilation will fail. Signed-off-by: Koen Kooi <koen.kooi@linaro.org> Acked-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Signed-off-by: Nigel Croxon <nigel.croxon@hp.com>
This commit is contained in:
parent
dada63fd3d
commit
01c9f11ed5
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ endif
|
|||
|
||||
OBJS = $(FILES:%=%.o)
|
||||
|
||||
SUBDIRS = ia32 x86_64 ia64 runtime
|
||||
SUBDIRS = ia32 x86_64 ia64 aarch64 arm runtime
|
||||
|
||||
LIBDIRINSTALL = $(INSTALLROOT)$(LIBDIR)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue