From 45ccab33527683ef964a7e82426d99e152914339 Mon Sep 17 00:00:00 2001 From: Nico Huber Date: Mon, 23 Oct 2017 14:53:52 +0200 Subject: payloads/external/Makefile: Add missing dependency The depthcharge .config only exists after depthcharge was built. Other possible `PAYLOAD_CONFIG` files most probably miss a rule, too. Change-Id: I8e6f79bb2bd07cbef1317f2623bbef9ca0e74880 Signed-off-by: Nico Huber Tested-by: Paul Menzel Reviewed-on: https://review.coreboot.org/22137 Reviewed-by: Paul Menzel Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer --- payloads/external/Makefile.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'payloads/external') diff --git a/payloads/external/Makefile.inc b/payloads/external/Makefile.inc index 4abdd70789..881b4e45b4 100644 --- a/payloads/external/Makefile.inc +++ b/payloads/external/Makefile.inc @@ -27,6 +27,7 @@ PAYLOAD_VERSION=payloads/external/FILO/filo/build/version.h endif ifeq ($(CONFIG_PAYLOAD_DEPTHCHARGE),y) PAYLOAD_CONFIG=payloads/external/depthcharge/depthcharge/.config +$(PAYLOAD_CONFIG): payloads/external/depthcharge/depthcharge/build/depthcharge.elf #TODO: Figure out version endif -- cgit v1.2.3