mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-18 02:24:18 +00:00
Merge "nxp: added the makefile helper macros" into integration
This commit is contained in:
commit
305135716a
1 changed files with 11 additions and 0 deletions
11
plat/nxp/common/plat_make_helper/plat_build_macros.mk
Normal file
11
plat/nxp/common/plat_make_helper/plat_build_macros.mk
Normal 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
|
Loading…
Add table
Reference in a new issue