X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=arch%2Fi386%2Fcpu%2FMakefile;h=bb0a48f8643582a1afc12c774388d4a10a5151c5;hb=8a452c2c17bc284e3f91b8ed4aec9d2b9b342df7;hp=c658c6e45919213ddb576f5898744b2c7453c921;hpb=e9a882803eb59f482ca4aa6ffd6fa21e4c53d618;p=u-boot diff --git a/arch/i386/cpu/Makefile b/arch/i386/cpu/Makefile index c658c6e459..bb0a48f864 100644 --- a/arch/i386/cpu/Makefile +++ b/arch/i386/cpu/Makefile @@ -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))