diff options
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 037c475f8bb..bfd5b0e6f99 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)) |