]> git.sur5r.net Git - u-boot/blobdiff - cpu/i386/Makefile
Merge branch 'master' into next
[u-boot] / cpu / i386 / Makefile
index e98bd3d7dab3ede7d28fcb3c8ea659e0398b961a..c658c6e45919213ddb576f5898744b2c7453c921 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 exceptions.o cpu.o
+COBJS  = serial.o interrupts.o cpu.o
 
 SRCS   := $(START:.o=.S) $(SOBJS:.o=.S) $(COBJS:.o=.c)
 OBJS   := $(addprefix $(obj),$(SOBJS) $(COBJS))