Rename aarch64 build targets to arm64. The gcc toolchain is still aarch64. Change-Id: Ia92d8a50824e5329cf00fd6f4f92eae112b7f3a3
3 lines
66 B
Makefile
3 lines
66 B
Makefile
ifeq ($(TARGET_ARCH),arm64)
|
|
include $(all-subdir-makefiles)
|
|
endif
|