]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - cpu/arm920t/at91rm9200/Makefile
at91rm9200: move serial driver to drivers/serial
[karo-tx-uboot.git] / cpu / arm920t / at91rm9200 / Makefile
index ab4c52c8fb08fccc02f0813eec88b12a57df8b82..67f17fadfeb705519997b1445f1f3585cc7c0da1 100644 (file)
@@ -26,7 +26,7 @@ include $(TOPDIR)/config.mk
 LIB    = $(obj)lib$(SOC).a
 
 COBJS  = bcm5221.o dm9161.o ether.o i2c.o interrupts.o \
-         lxt972.o serial.o usb.o spi.o
+         lxt972.o usb.o spi.o
 SOBJS  = lowlevel_init.o
 
 SRCS   := $(SOBJS:.o=.S) $(COBJS:.o=.c)