aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManish Pandey <manish.pandey2@arm.com>2021-02-12 11:56:39 +0000
committerTrustedFirmware Code Review <review@review.trustedfirmware.org>2021-02-12 11:56:39 +0000
commit305135716a25d07235aec231cb7d285503884dea (patch)
tree3f959e78feabc6988b49801886b6fe0447eaa3d4
parentd3e145b4cdedd9aece87d603b30a1d539e20c5a5 (diff)
parentb749ae3d3e7e9d400738bfc09a86c8e61a70f490 (diff)
downloadarm-trusted-firmware-305135716a25d07235aec231cb7d285503884dea.tar.gz
Merge "nxp: added the makefile helper macros" into integration
-rw-r--r--plat/nxp/common/plat_make_helper/plat_build_macros.mk11
1 files changed, 11 insertions, 0 deletions
diff --git a/plat/nxp/common/plat_make_helper/plat_build_macros.mk b/plat/nxp/common/plat_make_helper/plat_build_macros.mk
new file mode 100644
index 000000000..bba5e36ff
--- /dev/null
+++ b/plat/nxp/common/plat_make_helper/plat_build_macros.mk
@@ -0,0 +1,11 @@
+#
+# Copyright (c) 2020, NXP.
+#
+# SPDX-License-Identifier: BSD-3-Clause
+#
+#
+
+define SET_NXP_MAKE_FLAG
+$1 := yes
+$2_$1 := yes
+endef