Make:Use environment variables for OS detection.
Add make helper files to select the appropriate settings for the build
environment. Selection is made in make_helpers/build_env.mk, which
selects other files to include using generic build environment settings.
The Trusted Firmware Makefile and supporting tool Makefiles are updated
to include build_env.mk instead of unix.mk.

NOTE: This change does not fully enable builds in other build
      environments. It facilitates this without compromising the
      existing build environments.

Change-Id: Ic4064ffe6ce158bbd16d7cc9f27dd4655a3580f6
1 parent 1670d9d commit e7f54dbd034fa319bd9ea07d7cc0bc0dcf46e096
@Evan Lloyd Evan Lloyd authored on 2 Dec 2015
Showing 8 changed files
View
Makefile
View
make_helpers/build_env.mk 0 → 100644
View
make_helpers/build_macros.mk
View
make_helpers/cygwin.mk 0 → 100644
View
make_helpers/msys.mk 0 → 100644
View
make_helpers/windows.mk 0 → 100644
View
tools/cert_create/Makefile
View
tools/fip_create/Makefile