]> git.sur5r.net Git - u-boot/blobdiff - arch/i386/cpu/Makefile
Merge branch 'master' of git://git.denx.de/u-boot-imx
[u-boot] / arch / i386 / cpu / Makefile
index c658c6e45919213ddb576f5898744b2c7453c921..bb0a48f8643582a1afc12c774388d4a10a5151c5 100644 (file)
@@ -29,7 +29,7 @@ include $(TOPDIR)/config.mk
 LIB    = $(obj)lib$(CPU).a
 
 START  = start.o start16.o resetvec.o
-COBJS  = serial.o interrupts.o cpu.o
+COBJS  = interrupts.o cpu.o
 
 SRCS   := $(START:.o=.S) $(SOBJS:.o=.S) $(COBJS:.o=.c)
 OBJS   := $(addprefix $(obj),$(SOBJS) $(COBJS))