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