83xx: Replace CONFIG_MPC83XX with CONFIG_MPC83xx
[oweals/u-boot.git] / cpu / i386 / Makefile
index 50534b615b941326247a09455bf368fdbd0ebfc1..e98bd3d7dab3ede7d28fcb3c8ea659e0398b961a 100644 (file)
@@ -28,9 +28,8 @@ include $(TOPDIR)/config.mk
 
 LIB    = $(obj)lib$(CPU).a
 
-START  = start.o start16.o reset.o
-COBJS  = serial.o interrupts.o cpu.o timer.o sc520.o
-SOBJS  = sc520_asm.o
+START  = start.o start16.o resetvec.o
+COBJS  = serial.o interrupts.o exceptions.o cpu.o
 
 SRCS   := $(START:.o=.S) $(SOBJS:.o=.S) $(COBJS:.o=.c)
 OBJS   := $(addprefix $(obj),$(SOBJS) $(COBJS))