]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - cpu/i386/Makefile
imported U-Boot Release 2009.08 from Freescale BSP L2.6.31_10.08.01
[karo-tx-uboot.git] / cpu / i386 / Makefile
index 50534b615b941326247a09455bf368fdbd0ebfc1..e98bd3d7dab3ede7d28fcb3c8ea659e0398b961a 100755 (executable)
@@ -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))