X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=arch%2Farm%2Fcpu%2Farm920t%2Fat91%2FMakefile;h=309bcd69cd3da13ece88cecff9432c14e4d32992;hb=f9c1456cf632175afb7d6b27f42f1aab8432be0f;hp=4417dfef7cb9a925e2629aef3aa639b1919fdad3;hpb=6a372e940d1d1cd1999f646bc2cc8bc3884fa4eb;p=karo-tx-uboot.git diff --git a/arch/arm/cpu/arm920t/at91/Makefile b/arch/arm/cpu/arm920t/at91/Makefile index 4417dfef7c..309bcd69cd 100644 --- a/arch/arm/cpu/arm920t/at91/Makefile +++ b/arch/arm/cpu/arm920t/at91/Makefile @@ -30,6 +30,7 @@ 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))