From 01c9f11ed5ad55661e8fc8a3eee35c578564754b Mon Sep 17 00:00:00 2001 From: Nigel Croxon Date: Fri, 10 Apr 2015 08:46:40 -0400 Subject: [PATCH] Fix ARM32 and AARCH64 builds Without these added into SUBDIRS the initplat.c compilation will fail. Signed-off-by: Koen Kooi Acked-by: Ard Biesheuvel Signed-off-by: Nigel Croxon --- lib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Makefile b/lib/Makefile index ac8aace..65aa8ca 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -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)