1global-incdirs-y += include
2ifeq ($(CFG_UNWIND),y)
3srcs-y += unwind_arm32.c
4srcs-$(CFG_ARM64_$(sm)) += unwind_arm64.c
5endif
6