summaryrefslogtreecommitdiffstats
path: root/cpu/i386/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cpu/i386/Makefile')
-rw-r--r--cpu/i386/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/i386/Makefile b/cpu/i386/Makefile
index 50534b615b..f20675af19 100644
--- a/cpu/i386/Makefile
+++ b/cpu/i386/Makefile
@@ -28,7 +28,7 @@ include $(TOPDIR)/config.mk
LIB = $(obj)lib$(CPU).a
-START = start.o start16.o reset.o
+START = start.o start16.o resetvec.o
COBJS = serial.o interrupts.o cpu.o timer.o sc520.o
SOBJS = sc520_asm.o
OpenPOWER on IntegriCloud