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