Sandrine Bailleux | 3cd87d7 | 2018-10-09 11:12:55 +0200 | [diff] [blame^] | 1 | # |
2 | # Copyright (c) 2018, ARM Limited and Contributors. All rights reserved. | ||||
3 | # | ||||
4 | # SPDX-License-Identifier: BSD-3-Clause | ||||
5 | # | ||||
6 | |||||
7 | ifeq (${ARCH},aarch32) | ||||
8 | COMPILER_RT_SRCS := $(addprefix lib/compiler-rt/builtins/, \ | ||||
9 | arm/aeabi_uldivmod.S \ | ||||
10 | ctzdi2.c \ | ||||
11 | udivmoddi4.c \ | ||||
12 | ) | ||||
13 | endif |