diff options
author | Martin Roth <martinroth@google.com> | 2017-07-20 09:10:53 -0600 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2017-07-23 20:17:45 +0000 |
commit | 5bb5307c7dc1b50926d717e03a6aaddcb5f6c706 (patch) | |
tree | 4d3db833d86a4a2a4a995935a81ff79945424998 /payloads/external/depthcharge/Kconfig | |
parent | f02171efc69cf1cae8d8c227c3776134054281a8 (diff) |
depthcharge: Update build
- Add prompt so the defconfig can be selected for the build.
- Remove target rename code from makefile. The old versions don't build
with the latest vboot, so this isn't useful anymore.
- Change $(info ...) to an echo. info prints immediately when
evaluated, which made it print when it shouldn't have, on make clean
for example.
- Split up single line shell scripts into multiple lines
- Change checkout target to only update the commit id when actually
changing versions instead of on every build.
Change-Id: I46fc2822cf93c821b402e8961ceecedc088f486c
Signed-off-by: Martin Roth <martinroth@google.com>
Reviewed-on: https://review.coreboot.org/20667
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
Diffstat (limited to 'payloads/external/depthcharge/Kconfig')
-rw-r--r-- | payloads/external/depthcharge/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/payloads/external/depthcharge/Kconfig b/payloads/external/depthcharge/Kconfig index a913c7e1d2..9fd1268b91 100644 --- a/payloads/external/depthcharge/Kconfig +++ b/payloads/external/depthcharge/Kconfig @@ -36,7 +36,7 @@ config PAYLOAD_FILE default "payloads/external/depthcharge/depthcharge/build/depthcharge.elf" config LP_DEFCONFIG_OVERRIDE - def_bool n + bool "Use default libpayload config" help The Depthcharge makefile looks for a file config.<boardname> in the libpayload/configs directory. Say Y here to use the file defconfig |