diff options
author | Tom Wai-Hong Tam <waihong@chromium.org> | 2011-06-22 04:33:29 +0800 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2011-08-29 10:39:38 -0700 |
commit | 0aebc8a1b07658f00abcdbc6c1a2ee7e85090f7b (patch) | |
tree | 47849f3b0199126e1ecbaf7c1133a7d0a3106dbc /Makefile | |
parent | 6cf6b0d7725ba0beb4e86e93adfebc5d26017335 (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-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |