diff options
author | Peter Pearse <peter.pearse@arm.com> | 2008-02-15 13:00:54 +0000 |
---|---|---|
committer | Peter Pearse <peter.pearse@arm.com> | 2008-02-15 13:00:54 +0000 |
commit | 5561857aae9a5921772b18b571708956788148d8 (patch) | |
tree | a0fda94ac92d789b30ea10e46ed4bb0eefd45f34 /lib_arm/Makefile | |
parent | faf8f9bc95e526446c3b0554ebdc22af1291e72a (diff) | |
parent | 6d0943a6be99977d6d853d51749e9963d68eb192 (diff) | |
download | u-boot-5561857aae9a5921772b18b571708956788148d8.tar.gz |
Merge branch '080208_dupint' of git://linux-arm.org/u-boot-armdev
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 037c475f8b..bfd5b0e6f9 100644 --- a/lib_arm/Makefile +++ b/lib_arm/Makefile @@ -28,7 +28,7 @@ LIB = $(obj)lib$(ARCH).a SOBJS = _ashldi3.o _ashrdi3.o _divsi3.o _modsi3.o _udivsi3.o _umodsi3.o COBJS = armlinux.o board.o \ - cache.o div0.o + cache.o div0.o interrupts.o SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c) OBJS := $(addprefix $(obj),$(SOBJS) $(COBJS)) |