aboutsummaryrefslogtreecommitdiff
path: root/lib_arm/Makefile
diff options
context:
space:
mode:
authorMarian Balakowicz <m8@semihalf.com>2008-02-21 17:18:01 +0100
committerMarian Balakowicz <m8@semihalf.com>2008-02-21 17:18:01 +0100
commit20c93959330aba8b5bbdbfde1ef319e99eba235d (patch)
treeef82297e3aeb904f94584e6d136fac55ec32c317 /lib_arm/Makefile
parent5cf746c303710329f8040d9c62ee354313e3e91f (diff)
parent928d1d77f8623c120d8763e20e1ca58df9c5c4c6 (diff)
Merge branch 'master' of /home/git/u-boot
Diffstat (limited to 'lib_arm/Makefile')
-rw-r--r--lib_arm/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib_arm/Makefile b/lib_arm/Makefile
index aa9bee75c..18c9e971a 100644
--- a/lib_arm/Makefile
+++ b/lib_arm/Makefile
@@ -27,8 +27,8 @@ LIB = $(obj)lib$(ARCH).a
SOBJS = _ashldi3.o _ashrdi3.o _divsi3.o _modsi3.o _udivsi3.o _umodsi3.o
-COBJS = bootm.o board.o \
- cache.o div0.o
+COBJS = board.o bootm.o \
+ cache.o div0.o interrupts.o
SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c)
OBJS := $(addprefix $(obj),$(SOBJS) $(COBJS))