summaryrefslogtreecommitdiff
path: root/lib/compiler-rt/compiler-rt.mk
diff options
context:
space:
mode:
Diffstat (limited to 'lib/compiler-rt/compiler-rt.mk')
-rw-r--r--lib/compiler-rt/compiler-rt.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/compiler-rt/compiler-rt.mk b/lib/compiler-rt/compiler-rt.mk
index cb5ab31c..49e497eb 100644
--- a/lib/compiler-rt/compiler-rt.mk
+++ b/lib/compiler-rt/compiler-rt.mk
@@ -31,5 +31,6 @@
ifeq (${ARCH},aarch32)
COMPILER_RT_SRCS := lib/compiler-rt/builtins/arm/aeabi_uldivmod.S \
lib/compiler-rt/builtins/udivmoddi4.c \
- lib/compiler-rt/builtins/ctzdi2.c
+ lib/compiler-rt/builtins/ctzdi2.c \
+ lib/compiler-rt/builtins/lshrdi3.c
endif