blob: 4f2066341907835382c89fb1e70c73fe991ec173 [file] [log] [blame]
developera7c9bf32022-07-29 16:38:43 +08001#
2# Copyright (c) 2022, MediaTek Inc. All rights reserved.
3#
4# SPDX-License-Identifier: BSD-3-Clause
5#
6#
7
8LOCAL_DIR := $(call GET_LOCAL_DIR)
9
10MODULE := system_reset
11
12LOCAL_SRCS-y := ${LOCAL_DIR}/reset_cros.c
13
14$(eval $(call MAKE_MODULE,$(MODULE),$(LOCAL_SRCS-y),$(MTK_BL)))