X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=cpu%2Fi386%2FMakefile;h=e98bd3d7dab3ede7d28fcb3c8ea659e0398b961a;hb=40b161f6aea54104d0a5e477ff6a22338e8a7b4b;hp=50534b615b941326247a09455bf368fdbd0ebfc1;hpb=8ad96012cd9e46b355ec63eb5a0155c92d8ca52c;p=karo-tx-uboot.git diff --git a/cpu/i386/Makefile b/cpu/i386/Makefile index 50534b615b..e98bd3d7da 100755 --- a/cpu/i386/Makefile +++ b/cpu/i386/Makefile @@ -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))