summaryrefslogtreecommitdiff
path: root/make_helpers/windows.mk
diff options
context:
space:
mode:
authorSami Mujawar <sami.mujawar@arm.com>2020-04-30 12:41:57 +0100
committerSami Mujawar <sami.mujawar@arm.com>2020-09-14 15:06:56 +0100
commit88a1cf1e4e8032580058745ba221abc5d8b90ef3 (patch)
tree736df9d18b65c534e6094095a3a2c76ec13d6f3a /make_helpers/windows.mk
parentcb5c08b6980bddc9dbe4c825da3914e4ae38a113 (diff)
downloadarm-trusted-firmware-88a1cf1e4e8032580058745ba221abc5d8b90ef3.tar.gz
Update makefile to build fiptool for Windows
Although support for building fiptool on a Windows host was present, the binary was not built when the top level makefile was invoked. This patch makes the necessary changes to the to support building of fiptool on a Windows host PC from the main makefile. Change-Id: I0c01ba237fa3010a027a1b324201131210cf4d7c Signed-off-by: Sami Mujawar <sami.mujawar@arm.com>
Diffstat (limited to 'make_helpers/windows.mk')
-rw-r--r--make_helpers/windows.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/make_helpers/windows.mk b/make_helpers/windows.mk
index 5ab8bdc4f..26ea88ef0 100644
--- a/make_helpers/windows.mk
+++ b/make_helpers/windows.mk
@@ -1,5 +1,5 @@
#
-# Copyright (c) 2016-2018, ARM Limited and Contributors. All rights reserved.
+# Copyright (c) 2016-2020, ARM Limited and Contributors. All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#
@@ -86,3 +86,5 @@ define MAKE_BUILD_STRINGS
$$(CC) $$(TF_CFLAGS) $$(CFLAGS) -x c -c - -o $1
endef
+MSVC_NMAKE := nmake.exe
+