Skip to content

Makefile updates part 2

Alex requested to merge branch/makefile-updates into branch/unified

Mostly minor fixes.

make install_qemu works for modules too (it uses make zip to do the work).

Also preparing to allow qemu to be installed anywhere (I think I'll go for qemu-eos, but also allow the user to change this directory; the Makefiles should support that).

Edit: QEMU now installs into qemu-eos. To use the old path:

export QEMU_DIR=qemu
make install_qemu

or:

QEMU_DIR=qemu make install_qemu

or:

make install_qemu QEMU_DIR=qemu

or:

add QEMU_DIR=qemu in Makefile.user.

or:

add QEMU_PATH=/anywhere/on/your/filesystem/qemu in Makefile.user.

Merge request reports