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