ppc: Remove -fno-strict-aliasing
[platform/kernel/u-boot.git] / cpu / i386 / Makefile
index 50534b6..e98bd3d 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))