mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-17 01:54:22 +00:00

1. Add PMIC shutdown API 2. Add PMIC low power settings Change-Id: I634a60fa3e2a74a6031df9fe59e2f52956ef7114 Signed-off-by: Hope Wang <hope.wang@mediatek.corp-partner.google.com>
17 lines
375 B
Makefile
17 lines
375 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 := mt6363
|
|
|
|
#Add your source code here
|
|
LOCAL_SRCS-y := $(LOCAL_DIR)/${PMIC_CHIP}_psc.c
|
|
|
|
#Epilogue, build as module
|
|
$(eval $(call MAKE_MODULE,$(MODULE),$(LOCAL_SRCS-y),$(MTK_BL)))
|