1 ifeq ($(TARGET_ARCH),$(filter $(TARGET_ARCH),arm arm64)) 2 include $(call all-subdir-makefiles) 3 endif 4