commit | 6bbd51177d332ca5adba18f3a2547bab9a12d2ee | [log] [tgz] |
---|---|---|
author | Jerome Forissier <jerome@forissier.org> | Fri Nov 22 12:20:26 2019 +0100 |
committer | Jérôme Forissier <jerome@forissier.org> | Fri Nov 22 14:00:53 2019 +0100 |
tree | 96b050da7b0f0418e5696b508a70f38c0c955b6e | |
parent | c54f4f51fafbd181cc5cea056c0eb46eb1295ef1 [diff] |
qemu_v8: fix linux build The kernel image for QEMUv8 is Image, not zImage (there is no compressed image support in Linux for arm64). Fix the makefile. Fixes: c54f4f51fafb ("qemu, qemu_v8: do not build Linux modules") Signed-off-by: Jerome Forissier <jerome@forissier.org> Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org>
This git contains makefiles etc to be able to build a full OP-TEE developer setup for the OP-TEE project.
All official OP-TEE documentation has moved to http://optee.readthedocs.io. The pages that used to be here in this git can be found under build and Device specific information at he new location for the OP-TEE documentation.
// OP-TEE core maintainers