summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@chromium.org>2012-08-08 00:21:26 -0400
committerGerrit <chrome-bot@google.com>2012-08-08 11:39:45 -0700
commit6c34ecf61bf621e4b4cfffb3f99732eb9930e85c (patch)
treef38f1e14ac156194f5abee0bf97f15ded782c03d
parent62fed6f191db4e73cf299a2f5ab42d8eba5aac40 (diff)
downloadvboot-6c34ecf61bf621e4b4cfffb3f99732eb9930e85c.tar.gz
rename common.mk to build.mk
This is to avoid confusion with the canonical common.mk file that is a CrOS build system. BUG=chromium-os:33327 TEST=`cros_run_unit_tests --board x86-alex -p vboot_reference` still works Change-Id: I4b6719d58a4a8ab44b62c23c0e2c45b154374958 Reviewed-on: https://gerrit.chromium.org/gerrit/29578 Reviewed-by: Randall Spangler <rspangler@chromium.org> Commit-Ready: Mike Frysinger <vapier@chromium.org> Tested-by: Mike Frysinger <vapier@chromium.org>
-rw-r--r--build.mk (renamed from common.mk)0
-rw-r--r--cgpt/Makefile2
-rw-r--r--firmware/Makefile2
-rw-r--r--host/Makefile2
4 files changed, 3 insertions, 3 deletions
diff --git a/common.mk b/build.mk
index 177605e5..177605e5 100644
--- a/common.mk
+++ b/build.mk
diff --git a/cgpt/Makefile b/cgpt/Makefile
index 546656d3..8e810d42 100644
--- a/cgpt/Makefile
+++ b/cgpt/Makefile
@@ -48,7 +48,7 @@ LIB_CGPT_CC_SRCS = \
main: $(PROGNAME)
-include ../common.mk
+include ../build.mk
LIB_CGPT_CC_OBJS = $(filter %.o, \
$(LIB_CGPT_CC_SRCS:%.c=${BUILD_ROOT}/%.o) \
diff --git a/firmware/Makefile b/firmware/Makefile
index 811c158b..6dcf0bb3 100644
--- a/firmware/Makefile
+++ b/firmware/Makefile
@@ -115,7 +115,7 @@ else
test : $(FWLIB)
endif
-include ../common.mk
+include ../build.mk
$(FWLIB) : $(LIB_OBJS)
rm -f $@
diff --git a/host/Makefile b/host/Makefile
index 3e3eb4cd..c4b24d0b 100644
--- a/host/Makefile
+++ b/host/Makefile
@@ -37,7 +37,7 @@ test : $(HOSTLIB)
$(CC) $(CFLAGS) $(INCLUDES) -o $(BUILD_ROOT)/a.out $(TESTDIR)/main.c \
$(HOSTLIB) -lcrypto
-include ../common.mk
+include ../build.mk
$(HOSTLIB) : $(ALL_OBJS) $(FWLIB)
rm -rf $@ $(BUILD_ROOT)/.tmp