Wenzhen Yu | a24b53e | 2024-12-16 20:00:23 +0800 | [diff] [blame] | 1 | # |
2 | # Copyright (c) 2025, MediaTek Inc. All rights reserved. | ||||
3 | # | ||||
4 | # SPDX-License-Identifier: BSD-3-Clause | ||||
5 | # | ||||
6 | |||||
7 | #Prologue, init variable | ||||
8 | LOCAL_DIR := $(call GET_LOCAL_DIR) | ||||
9 | |||||
10 | #Define your module name | ||||
11 | MODULE := spm_common | ||||
12 | |||||
13 | #Add your source code here | ||||
14 | LOCAL_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)) |