blob: eb68e03f5fb02b67d0273f923e742c417706f209 [file] [log] [blame]
developer01c95f82022-09-05 15:53:32 +08001#
developer91bb08d2022-09-07 18:41:59 +08002# Copyright (c) 2023, MediaTek Inc. All rights reserved.
developer01c95f82022-09-05 15:53:32 +08003#
4# SPDX-License-Identifier: BSD-3-Clause
5#
6
7LOCAL_DIR := $(call GET_LOCAL_DIR)
8
9MODULE := lpm
developer91bb08d2022-09-07 18:41:59 +080010
11LOCAL_SRCS-y := $(LOCAL_DIR)/mt_lp_api.c
12LOCAL_SRCS-y += $(LOCAL_DIR)/mt_lp_rm.c
13LOCAL_SRCS-y += $(LOCAL_DIR)/mt_lp_rq.c
developer01c95f82022-09-05 15:53:32 +080014
15PLAT_INCLUDES += -I${LOCAL_DIR}
16
17$(eval $(call MAKE_MODULE,$(MODULE),$(LOCAL_SRCS-y),$(MTK_BL)))