From ae269c0276d5a0938b76cdd1561f504a7cc2a858 Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Wed, 16 Mar 2016 12:42:05 -0600 Subject: payloads: Add a target to print payload git urls and directories Being able to fetch this list will allow the jenkins builder to securely fetch the external payloads so we can start testing payload builds. Change-Id: I777229216b2f11f0f427cd5f8cfa003da4171a77 Signed-off-by: Martin Roth Reviewed-on: https://review.coreboot.org/14132 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer --- payloads/external/depthcharge/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'payloads/external/depthcharge') diff --git a/payloads/external/depthcharge/Makefile b/payloads/external/depthcharge/Makefile index 4e766870fc..cf2d0a1cca 100644 --- a/payloads/external/depthcharge/Makefile +++ b/payloads/external/depthcharge/Makefile @@ -68,4 +68,7 @@ clean: distclean: rm -rf $(project_dir) -.PHONY: checkout config build clean distclean clone fetch +print-repo-info: + echo "$(project_git_repo) $(project_dir)" + +.PHONY: checkout config build clean distclean clone fetch print-repo-info -- cgit v1.2.3