xref: /rk3399_ARM-atf/plat/mediatek/drivers/spm/common/rules.mk (revision 10ecd58093a34e95e2dfad65b1180610f29397cc)
1#
2# Copyright (c) 2025, MediaTek Inc. All rights reserved.
3#
4# SPDX-License-Identifier: BSD-3-Clause
5#
6
7#Prologue, init variable
8LOCAL_DIR := $(call GET_LOCAL_DIR)
9
10#Define your module name
11MODULE := spm_common
12
13#Add your source code here
14LOCAL_SRCS-y :=
15
16#Epilogue, build as module
17$(eval $(call MAKE_MODULE,$(MODULE),$(LOCAL_SRCS-y),$(MTK_BL)))
18$(eval $(call add_defined_option,CONFIG_MTK_VCOREDVFS_SUPPORT))
19