Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(635)

Unified Diff: src/platform/vboot_reference/utility/cgpt/Makefile

Issue 2219004: Rearrange vboot_reference directories to isolate external components. (Closed) Base URL: ssh://git@chromiumos-git/chromeos
Patch Set: Created 10 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/platform/vboot_reference/utility/Makefile ('k') | src/platform/vboot_reference/vboot_firmware/Makefile » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/platform/vboot_reference/utility/cgpt/Makefile
diff --git a/src/platform/vboot_reference/utility/cgpt/Makefile b/src/platform/vboot_reference/utility/cgpt/Makefile
index cc3221c65feba6b5cb55f7b23ad8fd453e76b09d..e678c03e8a88048542b9ac8115d7f5cde1def1e5 100644
--- a/src/platform/vboot_reference/utility/cgpt/Makefile
+++ b/src/platform/vboot_reference/utility/cgpt/Makefile
@@ -6,8 +6,7 @@ TOP ?= ../../
CC ?= cc
INCLUDES += -I$(TOP)/common/include
CFLAGS += -Wall -Werror -ggdb
-LIBS += $(TOP)/common/libcommon.a \
- $(TOP)/cgptlib/libcgpt.a
+LIBS += $(TOP)/cgptlib/libcgpt.a $(FWLIB)
all: cgpt
« no previous file with comments | « src/platform/vboot_reference/utility/Makefile ('k') | src/platform/vboot_reference/vboot_firmware/Makefile » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698