1*cc76896dSRex-BC Chen# 2*cc76896dSRex-BC Chen# Copyright (c) 2022, MediaTek Inc. All rights reserved. 3*cc76896dSRex-BC Chen# 4*cc76896dSRex-BC Chen# SPDX-License-Identifier: BSD-3-Clause 5*cc76896dSRex-BC Chen# 6*cc76896dSRex-BC Chen 7*cc76896dSRex-BC ChenLOCAL_DIR := $(call GET_LOCAL_DIR) 8*cc76896dSRex-BC Chen 9*cc76896dSRex-BC ChenMODULE := cirq 10*cc76896dSRex-BC ChenLOCAL_SRCS-y := $(LOCAL_DIR)/mt_cirq.c 11*cc76896dSRex-BC Chen 12*cc76896dSRex-BC ChenPLAT_INCLUDES += -I${LOCAL_DIR} 13*cc76896dSRex-BC Chen 14*cc76896dSRex-BC Chen$(eval $(call MAKE_MODULE,$(MODULE),$(LOCAL_SRCS-y),$(MTK_BL))) 15