Skip to content

Commit c72a798

Browse files
committed
build(macros): add mem non unified macro
Signed-off-by: Daniel Oliveira <[email protected]>
1 parent 658439b commit c72a798

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,9 @@ endif
201201
ifeq ($(arch_mem_prot),mpu)
202202
build_macros+=-DMEM_PROT_MPU
203203
endif
204+
ifeq ($(plat_mem),non_unified)
205+
build_macros+=-DMEM_NON_UNIFIED
206+
endif
204207

205208
ifeq ($(CC_IS_GCC),y)
206209
build_macros+=-DCC_IS_GCC

0 commit comments

Comments
 (0)