]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - cpu/arm920t/at91rm9200/Makefile
arm: timer and interrupt init rework
[people/ms/u-boot.git] / cpu / arm920t / at91rm9200 / Makefile
index 161ca9492fca7574aa0119fbf86d419ae542221f..73aeeac39defc199f2c1ee39571d8a93c89998d0 100644 (file)
@@ -31,10 +31,10 @@ COBJS       += bcm5221.o
 COBJS  += dm9161.o
 COBJS  += ether.o
 COBJS  += i2c.o
-COBJS  += interrupts.o
 COBJS  += lxt972.o
 COBJS  += reset.o
 COBJS  += spi.o
+COBJS  += timer.o
 COBJS  += usb.o
 
 SRCS   := $(SOBJS:.o=.S) $(COBJS:.o=.c)