diff options
author | Heiko Schocher <heiko.schocher@invitel.hu> | 2009-07-23 13:27:04 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2009-07-27 00:11:37 +0200 |
commit | deec15b3064d3bb0189aede3c2921fd7ee401a0f (patch) | |
tree | 6c45d7ee77309f7930c6714f157ba04ea58f5964 /lib_arm/Makefile | |
parent | 52b1bf2c5cd2f8af880dab503d0039b35570665b (diff) | |
download | u-boot-imx-deec15b3064d3bb0189aede3c2921fd7ee401a0f.zip u-boot-imx-deec15b3064d3bb0189aede3c2921fd7ee401a0f.tar.gz u-boot-imx-deec15b3064d3bb0189aede3c2921fd7ee401a0f.tar.bz2 |
arm: add _lshrdi3.S
Signed-off-by: Heiko Schocher <hs@denx.de>
Diffstat (limited to 'lib_arm/Makefile')
-rw-r--r-- | lib_arm/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib_arm/Makefile b/lib_arm/Makefile index 241782c..c37e2e0 100644 --- a/lib_arm/Makefile +++ b/lib_arm/Makefile @@ -29,6 +29,7 @@ LIBGCC = $(obj)libgcc.a GLSOBJS += _ashldi3.o GLSOBJS += _ashrdi3.o GLSOBJS += _divsi3.o +GLSOBJS += _lshrdi3.o GLSOBJS += _modsi3.o GLSOBJS += _udivsi3.o GLSOBJS += _umodsi3.o |