commit | 2aa5a5b59a22bbf717bf3d7e956cf846898428c7 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Jan 16 07:04:20 2017 -0700 |
committer | Bin Meng <bmeng.cn@gmail.com> | Tue Feb 07 13:07:36 2017 +0800 |
tree | 8688c64950c0b49cb6797a1affbbde8bca83c17d | |
parent | 0d12adc9f8597b08577c9e4208519ec01d862d95 [diff] [blame] |
x86: Move setjmp to the i386 directory This code is only used in 32-bit mode. Move it so that it does not get built with 64-bit U-Boot. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
diff --git a/arch/x86/cpu/i386/Makefile b/arch/x86/cpu/i386/Makefile index 2547bba..0c47252 100644 --- a/arch/x86/cpu/i386/Makefile +++ b/arch/x86/cpu/i386/Makefile
@@ -6,3 +6,4 @@ obj-y += call64.o obj-y += cpu.o obj-y += interrupt.o +obj-y += setjmp.o