mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-19 02:54:24 +00:00
Merge pull request #837 from douglas-raillard-arm/dr/fix_tools_cflags
build: Use separate CFLAGS for tools
This commit is contained in:
commit
7befa5a932
1 changed files with 5 additions and 0 deletions
5
Makefile
5
Makefile
|
@ -37,6 +37,11 @@ VERSION_MINOR := 3
|
|||
# Default goal is build all images
|
||||
.DEFAULT_GOAL := all
|
||||
|
||||
# Avoid any implicit propagation of command line variable definitions to
|
||||
# sub-Makefiles, like CFLAGS that we reserved for the firmware images'
|
||||
# usage. Other command line options like "-s" are still propagated as usual.
|
||||
MAKEOVERRIDES =
|
||||
|
||||
MAKE_HELPERS_DIRECTORY := make_helpers/
|
||||
include ${MAKE_HELPERS_DIRECTORY}build_macros.mk
|
||||
include ${MAKE_HELPERS_DIRECTORY}build_env.mk
|
||||
|
|
Loading…
Add table
Reference in a new issue