x86: Add implementations of setjmp() and longjmp()
[oweals/u-boot.git] / arch / x86 / cpu / Makefile
index 2667e0b478a4366c625ed17171f90cf4ec90c450..f5b8c9e36320ecd06db471acc38ed9d5cc7cb650 100644 (file)
@@ -10,7 +10,7 @@
 
 extra-y        = start.o
 obj-$(CONFIG_X86_RESET_VECTOR) += resetvec.o start16.o
-obj-y  += interrupts.o cpu.o cpu_x86.o call64.o
+obj-y  += interrupts.o cpu.o cpu_x86.o call64.o setjmp.o
 
 AFLAGS_REMOVE_call32.o := -mregparm=3 \
        $(if $(CONFIG_EFI_STUB_64BIT),-march=i386 -m32)