1ifeq ($(CFG_UNWIND),y) 2srcs-$(CFG_ARM32_$(sm)) += aeabi_unwind.c 3endif 4srcs-$(CFG_ARM32_$(sm)) += atomic_a32.S 5srcs-$(CFG_ARM64_$(sm)) += atomic_a64.S 6ifneq ($(sm),ldelf) # TA, core 7srcs-$(CFG_ARM32_$(sm)) += mcount_a32.S 8srcs-$(CFG_ARM64_$(sm)) += mcount_a64.S 9endif 10