summaryrefslogtreecommitdiff
path: root/lib_arm/Makefile
diff options
context:
space:
mode:
authorPeter Pearse <peter.pearse@arm.com>2008-02-15 13:00:54 +0000
committerPeter Pearse <peter.pearse@arm.com>2008-02-15 13:00:54 +0000
commit5561857aae9a5921772b18b571708956788148d8 (patch)
treea0fda94ac92d789b30ea10e46ed4bb0eefd45f34 /lib_arm/Makefile
parentfaf8f9bc95e526446c3b0554ebdc22af1291e72a (diff)
parent6d0943a6be99977d6d853d51749e9963d68eb192 (diff)
downloadu-boot-imx-5561857aae9a5921772b18b571708956788148d8.zip
u-boot-imx-5561857aae9a5921772b18b571708956788148d8.tar.gz
u-boot-imx-5561857aae9a5921772b18b571708956788148d8.tar.bz2
Merge branch '080208_dupint' of git://linux-arm.org/u-boot-armdev
Diffstat (limited to 'lib_arm/Makefile')
-rw-r--r--lib_arm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib_arm/Makefile b/lib_arm/Makefile
index 037c475..bfd5b0e 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))