developer | 6600255 | 2022-07-08 13:58:33 +0800 | [diff] [blame] | 1 | # |
2 | # Copyright (c) 2022, MediaTek Inc. All rights reserved. | ||||
3 | # | ||||
4 | # SPDX-License-Identifier: BSD-3-Clause | ||||
5 | # | ||||
6 | |||||
7 | LOCAL_DIR := $(call GET_LOCAL_DIR) | ||||
8 | |||||
9 | MODULE := gic600 | ||||
10 | LOCAL_SRCS-y := $(LOCAL_DIR)/mt_gic_v3.c | ||||
11 | |||||
12 | PLAT_INCLUDES += -I${LOCAL_DIR} | ||||
13 | |||||
14 | $(eval $(call MAKE_MODULE,$(MODULE),$(LOCAL_SRCS-y),$(MTK_BL))) |