diff options
Diffstat (limited to 'cpu/arm925t/Makefile')
-rw-r--r-- | cpu/arm925t/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/cpu/arm925t/Makefile b/cpu/arm925t/Makefile index 0d4912cd728..8d0e88f9026 100644 --- a/cpu/arm925t/Makefile +++ b/cpu/arm925t/Makefile @@ -26,7 +26,10 @@ include $(TOPDIR)/config.mk LIB = $(obj)lib$(CPU).a START = start.o -COBJS = interrupts.o cpu.o omap925.o + +COBJS += cpu.o +COBJS += omap925.o +COBJS += timer.o SRCS := $(START:.o=.S) $(SOBJS:.o=.S) $(COBJS:.o=.c) OBJS := $(addprefix $(obj),$(SOBJS) $(COBJS)) |