summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@chromium.org>2017-09-14 20:50:46 -0400
committerchrome-bot <chrome-bot@chromium.org>2018-05-31 12:26:21 -0700
commit04e3f3125a7ab6c1d104515c6ab788da4bb3f657 (patch)
tree1573dd37a28069f461e6ad85e4e7a0ad833b8318
parent29f51dc30dfef564147ecd0555ac53f24bb7c1e9 (diff)
downloadvboot-04e3f3125a7ab6c1d104515c6ab788da4bb3f657.tar.gz
stop statically linking crossystem
Now that initramfs, firmware updater, and auto-updater are all using dynamically linked programs, there's no need to produce a static build of crossystem anymore. BUG=chromium:765499 TEST=precq passes (includes vmtests w/AU) BRANCH=None Change-Id: I5aa123e662040ff5d9f2328c0f036b648fc629fb Reviewed-on: https://chromium-review.googlesource.com/667881 Commit-Ready: Mike Frysinger <vapier@chromium.org> Tested-by: Mike Frysinger <vapier@chromium.org> Reviewed-by: Hung-Te Lin <hungte@chromium.org> Reviewed-by: Don Garrett <dgarrett@chromium.org>
-rw-r--r--Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 0cd13e27..bd5534e9 100644
--- a/Makefile
+++ b/Makefile
@@ -594,11 +594,10 @@ UTIL_SCRIPTS += \
endif
# These utilities should also provide static linked version (*_s).
-UTIL_NAMES_STATIC = \
- utility/crossystem
+UTIL_NAMES_STATIC =
UTIL_NAMES = \
- ${UTIL_NAMES_STATIC} \
+ utility/crossystem \
utility/dumpRSAPublicKey \
utility/tpmc