summaryrefslogtreecommitdiff
path: root/lib/vbexport/Makefile
diff options
context:
space:
mode:
authorChe-Liang Chiou <clchiou@chromium.org>2011-07-20 16:28:15 +0800
committerSimon Glass <sjg@chromium.org>2011-08-29 10:59:02 -0700
commite63000c289d334c500fd91e0ccfd810ef461e65d (patch)
tree7d2782c7a10af6dd2ef83a716fabc35d1ae0a6d1 /lib/vbexport/Makefile
parent96963ac0127feaac0ded6b97efb4304e2efe76c4 (diff)
CHROMIUM: remove codes based on deprecated API of vboot_reference
vboot_reference is redesigned and deprecates parts of its API. This patch remove those U-Boot integration codes that are based on the deprecated API. BUG=none TEST=clean build okay Change-Id: I45e08b8f5b6cec8f1bd62e760361f169aac4b687 Reviewed-on: http://gerrit.chromium.org/gerrit/4382 Tested-by: Che-Liang Chiou <clchiou@chromium.org> Reviewed-by: Tom Wai-Hong Tam <waihong@chromium.org>
Diffstat (limited to 'lib/vbexport/Makefile')
-rw-r--r--lib/vbexport/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/vbexport/Makefile b/lib/vbexport/Makefile
index 4b99667039d..c59cd8e87cf 100644
--- a/lib/vbexport/Makefile
+++ b/lib/vbexport/Makefile
@@ -18,6 +18,7 @@ COBJS-$(CONFIG_CHROMEOS_VBEXPORT) += keyboard.o
COBJS-$(CONFIG_CHROMEOS_VBEXPORT) += load_firmware.o
COBJS-$(CONFIG_CHROMEOS_VBEXPORT) += misc.o
COBJS-$(CONFIG_CHROMEOS_VBEXPORT) += nvstorage.o
+COBJS-$(CONFIG_CHROMEOS_VBEXPORT) += tlcl_stub.o
COBJS-$(CONFIG_CHROMEOS_VBEXPORT) += utility.o
COBJS := $(COBJS-y)