build: Pull gnu-efi from our own GitHub clone
This commit is contained in:
parent
bac1d489ce
commit
0506454005
2
Makefile
2
Makefile
@ -169,7 +169,7 @@ toolchain:
|
|||||||
MAKE="$(MAKE)" aux/make_toolchain.sh "`pwd`/toolchain" -j$(NCPUS)
|
MAKE="$(MAKE)" aux/make_toolchain.sh "`pwd`/toolchain" -j$(NCPUS)
|
||||||
|
|
||||||
gnu-efi:
|
gnu-efi:
|
||||||
git clone https://git.code.sf.net/p/gnu-efi/code --branch=3.0.14 --depth=1 $@
|
git clone https://github.com/limine-bootloader/gnu-efi.git --branch=3.0.14 --depth=1 $@
|
||||||
cp aux/elf/* gnu-efi/inc/
|
cp aux/elf/* gnu-efi/inc/
|
||||||
|
|
||||||
ovmf-x64:
|
ovmf-x64:
|
||||||
|
Loading…
Reference in New Issue
Block a user