summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMatt Delco <delco@chromium.org>2018-08-02 11:50:06 -0700
committerchrome-bot <chrome-bot@chromium.org>2018-08-15 16:37:30 -0700
commit0c274a902539249db7e11d019dadfa0cbae1fd74 (patch)
tree490258b98281abfec39acfd7b554d532dd8ea46b /Makefile
parent0f1de7b5fe7b4dbe12ed544ee7e0ae064393e898 (diff)
downloadvboot-factory-nocturne-10984.B.tar.gz
This change adds a command to cgpt to change the GUID of the drive. BRANCH=none BUG=None TEST=Compiled and ran utility to verify that GUID changes. Also verified that the new and existing tests completed successfully. Change-Id: Ia8a815447509626312e2b06c6f293901290c73c3 Signed-off-by: Matt Delco <delco@google.com> Reviewed-on: https://chromium-review.googlesource.com/1171834 Reviewed-by: Julius Werner <jwerner@chromium.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 136d48ef..2c4dd7f7 100644
--- a/Makefile
+++ b/Makefile
@@ -550,6 +550,7 @@ CGPT_SRCS = \
cgpt/cgpt_boot.c \
cgpt/cgpt_common.c \
cgpt/cgpt_create.c \
+ cgpt/cgpt_edit.c \
cgpt/cgpt_find.c \
cgpt/cgpt_legacy.c \
cgpt/cgpt_nor.c \
@@ -559,6 +560,7 @@ CGPT_SRCS = \
cgpt/cmd_add.c \
cgpt/cmd_boot.c \
cgpt/cmd_create.c \
+ cgpt/cmd_edit.c \
cgpt/cmd_find.c \
cgpt/cmd_legacy.c \
cgpt/cmd_prioritize.c \