Merge "nxp: added the makefile helper macros" into integration

This commit is contained in:
Manish Pandey 2021-02-12 11:56:39 +00:00 committed by TrustedFirmware Code Review
commit 305135716a
1 changed files with 11 additions and 0 deletions

View File

@ -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