Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Arm Trusted Firmware
Commits
7befa5a9
Commit
7befa5a9
authored
Feb 28, 2017
by
danh-arm
Committed by
GitHub
Feb 28, 2017
Browse files
Merge pull request #837 from douglas-raillard-arm/dr/fix_tools_cflags
build: Use separate CFLAGS for tools
parents
d6845d3d
72fc70ed
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
7befa5a9
...
@@ -37,6 +37,11 @@ VERSION_MINOR := 3
...
@@ -37,6 +37,11 @@ VERSION_MINOR := 3
# Default goal is build all images
# Default goal is build all images
.DEFAULT_GOAL
:=
all
.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/
MAKE_HELPERS_DIRECTORY
:=
make_helpers/
include
${MAKE_HELPERS_DIRECTORY}build_macros.mk
include
${MAKE_HELPERS_DIRECTORY}build_macros.mk
include
${MAKE_HELPERS_DIRECTORY}build_env.mk
include
${MAKE_HELPERS_DIRECTORY}build_env.mk
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment