commit | 819066fb88a65b5e8c572ede5a50ebe5f29f5b25 | [log] [tgz] |
---|---|---|
author | Jerome Forissier <jerome@forissier.org> | Mon Mar 15 17:03:33 2021 +0100 |
committer | Jérôme Forissier <jerome@forissier.org> | Tue Mar 16 11:09:50 2021 +0100 |
tree | 6d3970a512ed8f672ed67b3fe932e2a497327b4e | |
parent | e89808eef30362efb500cfbfc61b2529733b3391 [diff] |
common.mk: remove unused targets and definitions The OP-TEE client, examples, tests (xtest) and benchmark projects are built using Buildroot. Therefore all the related targets and definitions in common.mk are unused. Remove them. Similarly, gen_rootfs can be removed since the root FS is created by Buildroot. Signed-off-by: Jerome Forissier <jerome@forissier.org> Reviewed-by: Etienne Carriere <etienne.carriere@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