summaryrefslogtreecommitdiffstats
path: root/payloads
diff options
context:
space:
mode:
authorNico Huber <nico.huber@secunet.com>2017-10-23 14:53:52 +0200
committerStefan Reinauer <stefan.reinauer@coreboot.org>2017-12-07 19:28:44 +0000
commit45ccab33527683ef964a7e82426d99e152914339 (patch)
treedf782fdef0fe9824c46a96baa546580aa3f678ac /payloads
parent2270a15f111011af0e3a362ec5b7163dddfddb6c (diff)
downloadcoreboot-45ccab33527683ef964a7e82426d99e152914339.tar.gz
coreboot-45ccab33527683ef964a7e82426d99e152914339.tar.bz2
coreboot-45ccab33527683ef964a7e82426d99e152914339.zip
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 <nico.huber@secunet.com> Tested-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-on: https://review.coreboot.org/22137 Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'payloads')
-rw-r--r--payloads/external/Makefile.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/payloads/external/Makefile.inc b/payloads/external/Makefile.inc
index 4abdd7078912..881b4e45b4ea 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