diff options
Diffstat (limited to 'arch/x86/cpu/i386/Makefile')
-rw-r--r-- | arch/x86/cpu/i386/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/cpu/i386/Makefile b/arch/x86/cpu/i386/Makefile index d3364955d8..2547bbaa63 100644 --- a/arch/x86/cpu/i386/Makefile +++ b/arch/x86/cpu/i386/Makefile @@ -3,5 +3,6 @@ # Written by Simon Glass <sjg@chromium.org> # +obj-y += call64.o obj-y += cpu.o obj-y += interrupt.o |