ocram.mk 260 B

1234567891011121314
  1. #
  2. # Copyright 2021 NXP
  3. #
  4. # SPDX-License-Identifier: BSD-3-Clause
  5. #
  6. #
  7. PLAT_OCRAM_PATH := $(PLAT_COMMON_PATH)/ocram
  8. OCRAM_SOURCES := ${PLAT_OCRAM_PATH}/$(ARCH)/ocram.S
  9. BL2_SOURCES += ${OCRAM_SOURCES}
  10. PLAT_INCLUDES += -I${PLAT_COMMON_PATH}/ocram