Merge pull request #288 from danh-arm/sb/remove-arch-makefile

Remove the ARCH build configuration from the Makefile v2
This commit is contained in:
danh-arm 2015-04-13 17:32:24 +01:00
commit 620b5be9e9
1 changed files with 0 additions and 2 deletions

View File

@ -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}