summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDon Garrett <dgarrett@google.com>2012-02-14 12:47:57 -0800
committerGerrit <chrome-bot@google.com>2012-02-14 14:20:25 -0800
commited5fcc0191ca1ce959b4614f3f6fa861135f506f (patch)
tree93d2b6e0e5852e4666ef856341541b532400f701
parentf5b5b4ce5f055ab92fce5c0529b9b10d7688004d (diff)
downloadvboot-ed5fcc0191ca1ce959b4614f3f6fa861135f506f.tar.gz
Rename dump_kernel_config.a to libdump_kernel_config.a.
It should have been named this way from the beginning. TEST=Made/emerged. Since it's only used at build time, this is sufficient. BUG=None Change-Id: I60cc6510e8494e3dde852efbdcb5af156e7400ac Reviewed-on: https://gerrit.chromium.org/gerrit/15835 Reviewed-by: Sonny Rao <sonnyrao@chromium.org> Tested-by: Don Garrett <dgarrett@chromium.org> Commit-Ready: Don Garrett <dgarrett@chromium.org> Reviewed-by: Don Garrett <dgarrett@chromium.org>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f8144b51..d939768c 100644
--- a/Makefile
+++ b/Makefile
@@ -83,7 +83,7 @@ endif
export BUILD ?= ${TOP}/build
export FWLIB = ${BUILD}/vboot_fw.a
export HOSTLIB = ${BUILD}/vboot_host.a
-export DUMPKERNELCONFIGLIB = ${BUILD}/dump_kernel_config.a
+export DUMPKERNELCONFIGLIB = ${BUILD}/libdump_kernel_config.a
ifeq ($(FIRMWARE_ARCH),)
SUBDIRS = firmware host utility cgpt tests tests/tpm_lite