xref: /rk3399_ARM-atf/plat/nxp/common/ocram/ocram.mk (revision 4249a4fba8f03af1c3cb651c70e3d21e6d0ecd3e)
1#
2# Copyright 2021 NXP
3#
4# SPDX-License-Identifier: BSD-3-Clause
5#
6#
7
8PLAT_OCRAM_PATH		:= $(PLAT_COMMON_PATH)/ocram
9
10OCRAM_SOURCES		:= ${PLAT_OCRAM_PATH}/$(ARCH)/ocram.S
11
12BL2_SOURCES		+= ${OCRAM_SOURCES}
13
14PLAT_INCLUDES           += -I${PLAT_COMMON_PATH}/ocram
15