1*c70f567aSTrevor Wu# 2*c70f567aSTrevor Wu# Copyright (c) 2022, MediaTek Inc. All rights reserved. 3*c70f567aSTrevor Wu# 4*c70f567aSTrevor Wu# SPDX-License-Identifier: BSD-3-Clause 5*c70f567aSTrevor Wu# 6*c70f567aSTrevor Wu 7*c70f567aSTrevor WuLOCAL_DIR := $(call GET_LOCAL_DIR) 8*c70f567aSTrevor Wu 9*c70f567aSTrevor WuMODULE := audio_${MTK_SOC} 10*c70f567aSTrevor Wu 11*c70f567aSTrevor WuLOCAL_SRCS-y := ${LOCAL_DIR}/audio_domain.c 12*c70f567aSTrevor Wu 13*c70f567aSTrevor Wu$(eval $(call MAKE_MODULE,$(MODULE),$(LOCAL_SRCS-y),$(MTK_BL))) 14