summaryrefslogtreecommitdiff
path: root/make_helpers
AgeCommit message (Collapse)Author
2020-12-10TFTF: Add build option for Arm Feature ModifiersAlexei Fedorov
This patch adds a new ARM_ARCH_FEATURE build option to add support for compiler's feature modifiers. It has the form '[no]feature+...' and defaults to 'none'. This option translates into compiler option '-march=armvX[.Y]-a+[no]feature+...'. Signed-off-by: Alexei Fedorov <Alexei.Fedorov@arm.com> Change-Id: I115a921c777b7932523d2dff8e8e03377d87bb78
2020-10-19Makefile: place defaults values and macro defs in a separate folderLeonardo Sandoval
Although there are not many variable default values and macros definitions, for modularity and scalability, place these two into a separate folder. Change-Id: If916a69edda07aaeaa77d60ce482e002effd7f9f Signed-off-by: Leonardo Sandoval <leonardo.sandoval@linaro.org>