aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordanh-arm <dan.handley@arm.com>2015-04-13 17:32:24 +0100
committerdanh-arm <dan.handley@arm.com>2015-04-13 17:32:24 +0100
commit620b5be9e9386ec49f7597a54fed510135f56733 (patch)
tree43945b49fd352fead9c219ec0406b2f838b1cd80
parent9f64f7a4f708549ed69d9c26b92abf00b5272934 (diff)
parentd0687b26016913fd162742b1dee6aa3c771c0539 (diff)
Merge pull request #288 from danh-arm/sb/remove-arch-makefile
Remove the ARCH build configuration from the Makefile v2
-rw-r--r--Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index aefcd2c..02bb317 100644
--- a/Makefile
+++ b/Makefile
@@ -42,8 +42,6 @@ VERSION_MINOR := 1
V := 0
# Debug build
DEBUG := 0
-# Build architecture
-ARCH := aarch64
# Build platform
DEFAULT_PLAT := fvp
PLAT := ${DEFAULT_PLAT}