]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/arm/cpu/arm920t/at91/Makefile
arm920t/at91: use new clock.c features
[karo-tx-uboot.git] / arch / arm / cpu / arm920t / at91 / Makefile
index 8258ecd66431daa539cbeedffdd2f4f56d16232f..4417dfef7cb9a925e2629aef3aa639b1919fdad3 100644 (file)
@@ -29,6 +29,7 @@ SOBJS += lowlevel_init.o
 COBJS  += reset.o
 COBJS  += timer.o
 COBJS  += clock.o
+COBJS  += cpu.o
 
 SRCS   := $(SOBJS:.o=.S) $(COBJS:.o=.c)
 OBJS   := $(addprefix $(obj),$(SOBJS) $(COBJS))