blob: 3070591edb40db7a0d2f651def51aad65c4d7028 [file] [log] [blame]
developer66002552022-07-08 13:58:33 +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 := gic600
10LOCAL_SRCS-y := $(LOCAL_DIR)/mt_gic_v3.c
11
12PLAT_INCLUDES += -I${LOCAL_DIR}
13
14$(eval $(call MAKE_MODULE,$(MODULE),$(LOCAL_SRCS-y),$(MTK_BL)))