qemu_v8: add scripts_gdb to LINUX_COMMON_FLAGS
Commit c993ec99 ("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>
Please register or sign in to comment