Merge ../u-boot
[oweals/u-boot.git] / drivers / serial / Makefile
index 2208a08a71ccd09703208b8cc085b1dd72853632..93c68dd2e08e7e9f5a12198d841b107f035da128 100644 (file)
@@ -25,7 +25,7 @@ include $(TOPDIR)/config.mk
 
 LIB    := $(obj)libserial.a
 
-COBJS  := mcfserial.o
+COBJS  := mcfuart.o
 
 SRCS   := $(COBJS:.o=.c)
 OBJS   := $(addprefix $(obj),$(COBJS))