Make:Allow for extension in tool names.
In some build environments executable programs have a specific file
extension.  The value of BIN_EXT is appended to the relevant tool file
names to allow for this.
The value of BIN_EXT is set, where appropriate, by the build environment
specific make helper (to .exe for Windows build environments).

.gitignore is updated to hide the new (.exe) files.

Change-Id: Icc32f64b750e425265075ad4e0dea18129640b86
1 parent b169f6a commit 42a45b51aa9748c67654a9f7f4546b464856ca99
@Evan Lloyd Evan Lloyd authored on 3 Dec 2015
Showing 7 changed files
View
.gitignore
View
Makefile
View
make_helpers/cygwin.mk
View
make_helpers/msys.mk
View
make_helpers/windows.mk
View
tools/cert_create/Makefile
View
tools/fip_create/Makefile