diff options
Diffstat (limited to 'lib_arm/Makefile')
-rw-r--r-- | lib_arm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib_arm/Makefile b/lib_arm/Makefile index aa9bee7..18c9e97 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)) |