Merge pull request #138 from lukflug/trunk

aux -> auxiliary (for Windows compatiblity)
This commit is contained in:
mint 2021-11-28 12:39:28 +01:00 committed by GitHub
commit 0228c06d5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 2 additions and 2 deletions

View File

@ -193,11 +193,11 @@ test-clean:
.PHONY: toolchain
toolchain:
MAKE="$(MAKE)" aux/make_toolchain.sh "`pwd`/toolchain" -j$(NCPUS)
MAKE="$(MAKE)" build-aux/make_toolchain.sh "`pwd`/toolchain" -j$(NCPUS)
gnu-efi:
git clone https://github.com/limine-bootloader/gnu-efi.git --branch=3.0.14 --depth=1 $@
cp aux/elf/* gnu-efi/inc/
cp build-aux/elf/* gnu-efi/inc/
ovmf-x64:
mkdir -p ovmf-x64