summaryrefslogtreecommitdiff
path: root/cgpt/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cgpt/Makefile')
-rw-r--r--cgpt/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/cgpt/Makefile b/cgpt/Makefile
index d8c2022d..2bd30299 100644
--- a/cgpt/Makefile
+++ b/cgpt/Makefile
@@ -1,4 +1,4 @@
-# Copyright (c) 2010 The Chromium OS Authors. All rights reserved.
+# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
@@ -15,6 +15,13 @@ PROGNAME = ${BUILD_ROOT}/cgpt
ALL_SRCS = \
cgpt.c \
+ cgpt_create.c \
+ cgpt_add.c \
+ cgpt_boot.c \
+ cgpt_show.c \
+ cgpt_repair.c \
+ cgpt_prioritize.c \
+ cgpt_find.c \
cmd_show.c \
cmd_repair.c \
cmd_create.c \