build: Use separate CFLAGS for tools
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: Douglas Raillard <douglas.raillard@arm.com>
1 parent d7aa7b4 commit 72fc70ed0ae1a78b2c0d65e0589319cdde098eee
@Douglas Raillard Douglas Raillard authored on 28 Dec 2016
Showing 1 changed file
View
Makefile