summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Wai-Hong Tam <waihong@chromium.org>2011-06-22 04:33:29 +0800
committerSimon Glass <sjg@chromium.org>2011-08-29 10:39:38 -0700
commit0aebc8a1b07658f00abcdbc6c1a2ee7e85090f7b (patch)
tree47849f3b0199126e1ecbaf7c1133a7d0a3106dbc /Makefile
parent6cf6b0d7725ba0beb4e86e93adfebc5d26017335 (diff)
CHROMIUM: Port firmware_storage related APIs from lib/chromeos to lib/vboot.
Directly copy firmware_storage related files from /lib/chromeos to /lib/vboot and the include file from /include/chromeos to /include/vboot and change the interfaces to proper vboot_wrapper ones. Related tests will go to another CLs. BUG=chromium-os:16543 TEST=compile without error Change-Id: I8f101149fdc6e5d17d8c63b930b239746f39a376 Reviewed-on: http://gerrit.chromium.org/gerrit/2938 Reviewed-by: Tom Wai-Hong Tam <waihong@chromium.org> Tested-by: Tom Wai-Hong Tam <waihong@chromium.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 3cc950821a..3c31f43b18 100644
--- a/Makefile
+++ b/Makefile
@@ -216,6 +216,7 @@ LIBS += lib/lzo/liblzo.o
LIBS += lib/zlib/libz.o
LIBS += lib/chromeos/libchromeos.a
LIBS += lib/vbexport/libvbexport.a
+LIBS += lib/vboot/libvboot.a
LIBS += board/$(VENDOR)/chromeos/libchromeos_hardware_interface.a
LIBS += $(shell if [ -f board/$(VENDOR)/common/Makefile ]; then echo \
"board/$(VENDOR)/common/lib$(VENDOR).o"; fi)