blob: 50273de4648aef8ca8f9466bf644a9b06ef98c6c [file] [log] [blame]
Wenzhen Yua24b53e2024-12-16 20:00:23 +08001#
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))