summaryrefslogtreecommitdiff
path: root/host
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 /host
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>
Diffstat (limited to 'host')
-rw-r--r--host/Makefile2
1 files changed, 1 insertions, 1 deletions
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