xref: /optee_os/lib/libutils/isoc/arch/arm/sub.mk (revision bc420748bfc44a9e09000a3966fc59e9e0219df4)
1# These files implements the__aeabi functions we need instead of
2# relying on libgcc or equivalent as we need implementations suitable
3# for bare metal.
4srcs-$(CFG_ARM32_$(sm)) += arm32_aeabi_divmod_a32.S
5srcs-$(CFG_ARM32_$(sm)) += arm32_aeabi_divmod.c
6srcs-$(CFG_ARM32_$(sm)) += arm32_aeabi_ldivmod_a32.S
7srcs-$(CFG_ARM32_$(sm)) += arm32_aeabi_ldivmod.c
8