1#
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 := mtk_init
10
11LOCAL_SRCS-y := $(LOCAL_DIR)/mtk_init.c
12LOCAL_SRCS-y += $(LOCAL_DIR)/mtk_mmap_init.c
13
14$(eval $(call MAKE_MODULE,$(MODULE),$(LOCAL_SRCS-y),$(MTK_BL)))
15