summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorChe-Liang Chiou <clchiou@chromium.org>2011-07-25 15:03:57 +0800
committerSimon Glass <sjg@chromium.org>2011-08-29 10:59:07 -0700
commita0f700ab4b06f7c8d87d336324f5813c9a31c684 (patch)
tree8fe7bf39c8807290e7a60dd2d2a976063ca1b8e6 /Makefile
parente15ae271675d02be118708ebb4498ffc7924e3f2 (diff)
CHROMIUM: move VbExNvStorageRead/Write to board-specific directory
As ARM accesses non-volatile storage from eMMC and x86 from CMOS, the accessor functions that export to vboot_reference are really not board-independent and so should be put at a board-dependent module. BUG=none TEST=make Change-Id: Idbd4d70372770597aa8897524ee6a1ffe173bfea Reviewed-on: http://gerrit.chromium.org/gerrit/4646 Tested-by: Che-Liang Chiou <clchiou@chromium.org> Reviewed-by: Tom Wai-Hong Tam <waihong@chromium.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 787e3f3e78..1fa344bab2 100644
--- a/Makefile
+++ b/Makefile
@@ -217,7 +217,8 @@ 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 += board/$(VENDOR)/chromeos/libchromeos_board.a
+LIBS += board/$(VENDOR)/vbexport/libvbexport_board.a
LIBS += $(shell if [ -f board/$(VENDOR)/common/Makefile ]; then echo \
"board/$(VENDOR)/common/lib$(VENDOR).o"; fi)
LIBS += $(CPUDIR)/lib$(CPU).o