]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/arm/cpu/arm920t/at91/Makefile
arm920t/at91: add at91rm9200_devices.c
[karo-tx-uboot.git] / arch / arm / cpu / arm920t / at91 / Makefile
index 5c71b7774724954e19b4420b065dd22b91a1ff4f..309bcd69cd3da13ece88cecff9432c14e4d32992 100644 (file)
@@ -28,6 +28,9 @@ LIB   = $(obj)lib$(SOC).o
 SOBJS  += lowlevel_init.o
 COBJS  += reset.o
 COBJS  += timer.o
+COBJS  += clock.o
+COBJS  += cpu.o
+COBJS  += at91rm9200_devices.o
 
 SRCS   := $(SOBJS:.o=.S) $(COBJS:.o=.c)
 OBJS   := $(addprefix $(obj),$(SOBJS) $(COBJS))