diff options
| author | Jon Loeliger <[email protected]> | 2006-06-07 08:49:38 -0500 |
|---|---|---|
| committer | Jon Loeliger <[email protected]> | 2006-06-07 08:49:38 -0500 |
| commit | 72ed528a948b151e7be5ce03ed3d2b88a229dd0a (patch) | |
| tree | 0f90590c0faf6fcc85f26f92facc653112be53e0 /lib_arm/Makefile | |
| parent | 9f37dc8cabc94aed27aec8b4c69a390c8603fd28 (diff) | |
| parent | e461a24113c66747510b07930a83b0d84171a559 (diff) | |
Merge branch 'master' of http://www.denx.de/git/u-boot
Diffstat (limited to 'lib_arm/Makefile')
| -rw-r--r-- | lib_arm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib_arm/Makefile b/lib_arm/Makefile index de5e5dd9ab2..e56e06b1b3a 100644 --- a/lib_arm/Makefile +++ b/lib_arm/Makefile @@ -25,7 +25,7 @@ include $(TOPDIR)/config.mk LIB = lib$(ARCH).a -AOBJS = _udivsi3.o _umodsi3.o +AOBJS = _ashldi3.o _ashrdi3.o _divsi3.o _modsi3.o _udivsi3.o _umodsi3.o COBJS = armlinux.o board.o \ cache.o div0.o |
