blob: f676b6ef1167cc97ffa367d5c6a3e2eada5265d3 [file] [log] [blame]
Chungying Lua566cc92023-03-15 14:16:28 +08001#
2# Copyright (c) 2023, MediaTek Inc. All rights reserved.
3#
4# SPDX-License-Identifier: BSD-3-Clause
5#
6
7LOCAL_DIR := $(call GET_LOCAL_DIR)
8
9MODULE := apusys_${MTK_SOC}
10
11LOCAL_SRCS-y := ${LOCAL_DIR}/apusys_power.c
12
13$(eval $(call MAKE_MODULE,$(MODULE),$(LOCAL_SRCS-y),$(MTK_BL)))