소스 검색

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>

Nigel Croxon 10 년 전
부모
커밋
01c9f11ed5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      lib/Makefile

+ 1 - 1
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)