aux -> build-aux

This commit is contained in:
lukflug 2021-11-28 12:25:37 +01:00
parent f5b3653d26
commit a14143b532
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