WIP: Build of cross compiler

This commit is contained in:
Jeremy Soller 2018-08-16 20:30:54 -06:00
parent 5a7df39cde
commit 9aaf4e3558
3 changed files with 78 additions and 5 deletions

View file

@ -40,10 +40,8 @@ fetch:
"$$(cargo run --manifest-path ../installer/Cargo.toml -- --list-packages -c ../initfs.toml)" \
"$$(cargo run --manifest-path ../installer/Cargo.toml -- --list-packages -c ../filesystem.toml)"
# Emulation recipes
include mk/qemu.mk
include mk/bochs.mk
include mk/virtualbox.mk
# Cross compiler recipes
include mk/cross.mk
# Kernel recipes
include mk/kernel.mk
@ -55,6 +53,11 @@ include mk/filesystem.mk
# Disk images
include mk/disk.mk
# Emulation recipes
include mk/qemu.mk
include mk/bochs.mk
include mk/virtualbox.mk
# CI image target
ci-img: FORCE
make INSTALLER_FLAGS= build/harddrive.bin.gz build/harddrive-efi.bin.gz build/livedisk.iso build/livedisk-efi.iso