diff options
Diffstat (limited to 'roms/u-boot/arch/x86/cpu/i386/Makefile')
-rw-r--r-- | roms/u-boot/arch/x86/cpu/i386/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/roms/u-boot/arch/x86/cpu/i386/Makefile b/roms/u-boot/arch/x86/cpu/i386/Makefile new file mode 100644 index 000000000..18e152074 --- /dev/null +++ b/roms/u-boot/arch/x86/cpu/i386/Makefile @@ -0,0 +1,11 @@ +# +# (C) Copyright 2016 Google, Inc +# Written by Simon Glass <sjg@chromium.org> +# + +obj-y += call64.o +obj-y += cpu.o +ifndef CONFIG_TPL_BUILD +obj-y += interrupt.o +endif +obj-y += setjmp.o |