summaryrefslogtreecommitdiff
path: root/cgpt
diff options
context:
space:
mode:
authorChe-Liang Chiou <clchiou@chromium.org>2010-11-09 08:33:36 +0800
committerChe-Liang Chiou <clchiou@chromium.org>2010-11-09 08:33:36 +0800
commit89678602e66df24dea75b384ce079519cb8ec2a4 (patch)
treefba24ab06264704319ab35c972d89b6dcac6a858 /cgpt
parentb5c991b3b821017746c24f7f7207e53f691c30b0 (diff)
downloadvboot-89678602e66df24dea75b384ce079519cb8ec2a4.tar.gz
Fix integration bugs (vboot side)
BUG=chromium-os:8621 TEST=See below 1. Build and run tests of vboot (including linktest) $ make && make runtests 2. Check if *_stub.o are not in vboot_fw.a $ nm /build/<board>/usr/lib/vboot_fw.a | grep _stub.o 3. Build and boot x86-generic image $ ./build_packages --board=x86-generic && ./build_image --board=x86-generic (Then successfully boot the image you just built) See CL=4372001 for u-boot side changes Review URL: http://codereview.chromium.org/4266002 Change-Id: Icc2bcc551c998f370e4b737fbe442ebf029cd81c
Diffstat (limited to 'cgpt')
-rw-r--r--cgpt/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cgpt/Makefile b/cgpt/Makefile
index 3984628c..cd503ba7 100644
--- a/cgpt/Makefile
+++ b/cgpt/Makefile
@@ -7,7 +7,7 @@ LDFLAGS += -luuid
BUILD_ROOT := ${BUILD}/cgpt
INCLUDES = -I$(FWDIR)/lib/cgptlib/include -I$(FWDIR)/include
-LIBS = ${FWLIB}
+LIBS = ${HOSTLIB}
DESTDIR ?= /usr/bin