diff options
author | Che-Liang Chiou <clchiou@chromium.org> | 2010-11-05 11:40:49 +0800 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2011-08-24 10:00:08 -0700 |
commit | f0766d8872efdefc4b67d0a8cd31bd7d540b9124 (patch) | |
tree | eded590cea589484beb2e974a6c447198b3c4981 /Makefile | |
parent | f5273560625a9c677cb2c56f5a3b76e38fc1b5d2 (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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |