mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-18 02:24:18 +00:00

This patch mainly initializes the SPM and provides common APIs for SPM to enable the use of its various features. Signed-off-by: Wenzhen Yu <wenzhen.yu@mediatek.com> Change-Id: I9facb6bf9962bb2d5fcacd945846bfaeb4c87a55
18 lines
411 B
Makefile
18 lines
411 B
Makefile
#
|
|
# Copyright (c) 2025, MediaTek Inc. All rights reserved.
|
|
#
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
|
#
|
|
|
|
#Prologue, init variable
|
|
LOCAL_DIR := $(call GET_LOCAL_DIR)
|
|
|
|
#Define your module name
|
|
MODULE := spm_common
|
|
|
|
#Add your source code here
|
|
LOCAL_SRCS-y :=
|
|
|
|
#Epilogue, build as module
|
|
$(eval $(call MAKE_MODULE,$(MODULE),$(LOCAL_SRCS-y),$(MTK_BL)))
|
|
$(eval $(call add_defined_option,CONFIG_MTK_VCOREDVFS_SUPPORT))
|