diff options
Diffstat (limited to 'arch/x86/cpu/x86_64/Makefile')
-rw-r--r-- | arch/x86/cpu/x86_64/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/cpu/x86_64/Makefile b/arch/x86/cpu/x86_64/Makefile index 4b063862e1..400f0ffe39 100644 --- a/arch/x86/cpu/x86_64/Makefile +++ b/arch/x86/cpu/x86_64/Makefile @@ -3,4 +3,4 @@ # Written by Simon Glass <sjg@chromium.org> # -obj-y += cpu.o interrupts.o +obj-y += cpu.o interrupts.o setjmp.o |