build: Use separate CFLAGS for tools
Douglas Raillard authored
Sharing the same CFLAGS for both the firmware and host tools is not
useful and can lead to compilation failure when CFLAGS is set on the
command line.

This patch make MAKEOVERRIDES special variable empty so make's command
line variable definitions are not implicitly forwarded to sub make
invocations. However, make options are still forwarded like "-s" option
to make the build silent.

Change-Id: Ia921c02beb1fd2041696a26160b9e7974ae000fa
Signed-off-by: default avatarDouglas Raillard <douglas.raillard@arm.com>
72fc70ed
Name Last commit Last update
bl1 Fix integer overflows in BL1 FWU code
bl2 Define and use no_ret macro where no return is expected
bl2u Define and use no_ret macro where no return is expected
bl31 Define and use no_ret macro where no return is expected
bl32 Abort preempted TSP STD SMC after PSCI CPU suspend
common Merge pull request #791 from jeenu-arm/asm-assert-32
docs Merge pull request #788 from jeenu-arm/cpuops-framework
drivers tbbr: Use constant-time bcmp() to compare hashes
fdts Fix incorrect copyright notices
include stdlib: Import timingsafe_bcmp() from FreeBSD
lib stdlib: Import timingsafe_bcmp() from FreeBSD
make_helpers Build: strip trailing slashes from directory paths more simply
plat Use #ifdef for AARCH32 instead of #if
services Abort preempted TSP STD SMC after PSCI CPU suspend
tools fiptool: fix add_image() and add_image_desc() implementation
.checkpatch.conf Mandate 'Signed-off-by' line in commit messages
.gitignore .gitignore: ignore editor backup files
Makefile build: Use separate CFLAGS for tools
acknowledgements.md Add Xilinx to acknowledgements file
contributing.md Drop requirement for CLA in contribution.md
dco.txt Drop requirement for CLA in contribution.md
license.md Update year in copyright text to 2014
readme.md readme.md: Add tested Linaro release information for FVPs