summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorChe-Liang Chiou <clchiou@chromium.org>2010-11-05 11:40:49 +0800
committerSimon Glass <sjg@chromium.org>2011-08-24 10:00:08 -0700
commitf0766d8872efdefc4b67d0a8cd31bd7d540b9124 (patch)
treeeded590cea589484beb2e974a6c447198b3c4981 /Makefile
parentf5273560625a9c677cb2c56f5a3b76e38fc1b5d2 (diff)
Move lib_generic/chromeos/ to lib/chromeos/
lib_generic/ is renamed to lib/ in newer version u-boot. Change-Id: I07ed1eb650c83db1533ac24209b4129db7068c08 BUG=None TEST=Run 'VBOOT_DEBUG=1 make all' successfully Review URL: http://codereview.chromium.org/4410003
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0c24430cd4..e4ac086537 100644
--- a/Makefile
+++ b/Makefile
@@ -214,7 +214,7 @@ LIBS = lib/libgeneric.o
LIBS += lib/lzma/liblzma.o
LIBS += lib/lzo/liblzo.o
LIBS += lib/zlib/libz.o
-LIBS += lib_generic/chromeos/libchromeos.a
+LIBS += lib/chromeos/libchromeos.a
LIBS += $(shell if [ -f board/$(VENDOR)/common/Makefile ]; then echo \
"board/$(VENDOR)/common/lib$(VENDOR).o"; fi)
LIBS += $(CPUDIR)/lib$(CPU).o