blob: 87a212a838543f999f7f39a529d0cfc16e25d9a2 [file] [log] [blame]
developer01c95f82022-09-05 15:53:32 +08001#
2# Copyright (c) 2022, MediaTek Inc. All rights reserved.
3#
4# SPDX-License-Identifier: BSD-3-Clause
5#
6
7LOCAL_DIR := $(call GET_LOCAL_DIR)
8
9MODULE := lpm
10LOCAL_SRCS-y := $(LOCAL_DIR)/mt_lp_rm.c
11
12PLAT_INCLUDES += -I${LOCAL_DIR}
13
14$(eval $(call MAKE_MODULE,$(MODULE),$(LOCAL_SRCS-y),$(MTK_BL)))