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

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

Issue 2374001: cgpt supports dev and add/delete/modify commands. (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
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 3c1f0bfd0152ea84ae430170bd347ef2bdf472d4..511962f1a4739dba5ef7dfa7992fbf49a21aff04 100644
--- a/src/platform/vboot_reference/utility/cgpt/Makefile
+++ b/src/platform/vboot_reference/utility/cgpt/Makefile
@@ -10,7 +10,8 @@ LIBS += $(TOP)/cgptlib/libcgpt.a $(FWLIB)
all: cgpt
-cgpt: cgpt.o cgpt_attribute.o cgpt_options.o cgpt_repair.o cgpt_show.o $(LIBS)
+cgpt: cgpt.o cgpt_add_modify_delete.o cgpt_attribute.o cgpt_dev.o \
+ cgpt_options.o cgpt_repair.o cgpt_show.o $(LIBS)
$(CC) -o cgpt $(CFLAGS) $^
.c.o: $(INCLUDES)
« no previous file with comments | « src/platform/vboot_reference/cgptlib/cgptlib_internal.h ('k') | src/platform/vboot_reference/utility/cgpt/cgpt.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698