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

Unified Diff: src/platform/vboot_reference/cgptlib/tests/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/Makefile ('k') | src/platform/vboot_reference/common/Makefile » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/platform/vboot_reference/cgptlib/tests/Makefile
diff --git a/src/platform/vboot_reference/cgptlib/tests/Makefile b/src/platform/vboot_reference/cgptlib/tests/Makefile
index ecd166c13a560e01cb6c6d9ee7b502b42f42e194..ca2a170ce0546e7d94773db68fc3d354b01099c4 100644
--- a/src/platform/vboot_reference/cgptlib/tests/Makefile
+++ b/src/platform/vboot_reference/cgptlib/tests/Makefile
@@ -4,7 +4,7 @@
TOP ?= ../../
CFLAGS += -Wall -DNDEBUG -Werror -ansi
-LIBS = $(TOP)/cgptlib/libcgpt.a $(TOP)/common/libcommon.a
+LIBS = $(TOP)/cgptlib/libcgpt.a $(FWLIB)
OBJS = cgptlib_test.o quick_sort_test.o crc32_test.o
OUT = cgptlib_test
« no previous file with comments | « src/platform/vboot_reference/Makefile ('k') | src/platform/vboot_reference/common/Makefile » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698