summaryrefslogtreecommitdiffstats
path: root/plat/nxp/common/plat_make_helper/plat_build_macros.mk
diff options
context:
space:
mode:
Diffstat (limited to 'plat/nxp/common/plat_make_helper/plat_build_macros.mk')
-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 0000000..bba5e36
--- /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