diff options
author | Marshall Dawson <marshalldawson3rd@gmail.com> | 2016-12-14 15:14:51 -0500 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2017-02-01 20:14:26 +0100 |
commit | 9e33e27a461e245a48208f57d93da7c23d1dbe33 (patch) | |
tree | d0b60793bec1b2bc946710f0bf39066fa7425a8d /payloads | |
parent | c09e148b381129748b8bd2df083722a027fa31f7 (diff) |
payloads/depthcharge: Change make target from unified
Drop the _unified moniker from the depthcharge build. The payload
and coreboot have drifted out of sync and there is no longer a
non-unified depthcharge.
This patch corresponds with the depthcharge change:
https://review.coreboot.org/cgit/depthcharge.git/commit/?id=74a0739
Change-Id: I8d028b14d2eee63dfdc9d3dd63695f1c58ea7984
Signed-off-by: Marshall Dawson <marshalldawson3rd@gmail.com>
Reviewed-on: https://review.coreboot.org/18268
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'payloads')
-rw-r--r-- | payloads/external/depthcharge/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/payloads/external/depthcharge/Makefile b/payloads/external/depthcharge/Makefile index edc48f8ecb..fb0c75bcaa 100644 --- a/payloads/external/depthcharge/Makefile +++ b/payloads/external/depthcharge/Makefile @@ -61,7 +61,7 @@ config: $(libpayload_install_dir) checkout build: config echo " MAKE $(project_name) $(TAG-y)" cd $(project_dir) && $(MAKE) BOARD=$(BOARD) LIBPAYLOAD_DIR=$(libpayload_install_dir)/libpayload \ - VB_SOURCE=$(VBOOT_SOURCE) PATH="$(abspath ../../../build/util/cbfstool):$$PATH" depthcharge_unified + VB_SOURCE=$(VBOOT_SOURCE) PATH="$(abspath ../../../build/util/cbfstool):$$PATH" depthcharge clean: test -d $(output_dir) && rm -rf $(output_dir) || exit 0 |