commit | ff95d60e35f64761f09c547f03b427ebafd6aed6 | [log] [tgz] |
---|---|---|
author | Jerome Forissier <jerome@forissier.org> | Wed Jun 23 15:05:55 2021 +0200 |
committer | Jérôme Forissier <jerome@forissier.org> | Thu Jun 24 11:47:52 2021 +0200 |
tree | cfe7e5ed286abb7189a2009f4c604396033a607a | |
parent | 02eaba7da352b94ef92953522020f08bce6e8625 [diff] |
qemu_v8: add scripts_gdb to LINUX_COMMON_FLAGS Commit c993ec995a9e ("qemu_v8.mk: add scripts_gdb kernel build target") has added "$(MAKE) -C $(LINUX_PATH) $(LINUX_COMMON_FLAGS) scripts_gdb" to the linux: recipe. Since linux: depends on linux-common which already runs "$(MAKE) -C $(LINUX_PATH) $(LINUX_COMMON_FLAGS)", and since $(LINUX_COMMON_FLAGS) contains "Image", the Image target is made twice. It is more efficient to remove the added line and add scripts_gdb to LINUX_COMMON_FLAGS instead. Signed-off-by: Jerome Forissier <jerome@forissier.org> Acked-by: Peter Griffin <peter.griffin@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