diff options
Diffstat (limited to 'src/arch/riscv32/Makefile.efi')
-rw-r--r-- | src/arch/riscv32/Makefile.efi | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/arch/riscv32/Makefile.efi b/src/arch/riscv32/Makefile.efi new file mode 100644 index 000000000..db83c8c14 --- /dev/null +++ b/src/arch/riscv32/Makefile.efi @@ -0,0 +1,14 @@ +# -*- makefile -*- : Force emacs to use Makefile mode + +# Specify EFI image builder +# +ELF2EFI = $(ELF2EFI32) + +# Specify EFI boot file +# +EFI_BOOT_FILE = bootriscv32.efi + +# Include generic EFI Makefile +# +MAKEDEPS += arch/riscv/Makefile.efi +include arch/riscv/Makefile.efi |