1*5113495bSYour Name# SPDX-License-Identifier: GPL-2.0-only 2*5113495bSYour Name 3*5113495bSYour Nameifeq ($(CONFIG_CNSS_OUT_OF_TREE),y) 4*5113495bSYour Nameccflags-y += -I$(WLAN_PLATFORM_ROOT)/inc 5*5113495bSYour Nameendif 6*5113495bSYour Name 7*5113495bSYour Nameobj-$(CONFIG_CNSS_UTILS) += cnss_utils.o 8*5113495bSYour Name 9*5113495bSYour Nameobj-$(CONFIG_CNSS_QMI_SVC) += wlan_firmware_service.o 10*5113495bSYour Namewlan_firmware_service-y := wlan_firmware_service_v01.o device_management_service_v01.o ip_multimedia_subsystem_private_service_v01.o 11*5113495bSYour Name 12*5113495bSYour Nameobj-$(CONFIG_CNSS_PLAT_IPC_QMI_SVC) += cnss_plat_ipc_qmi_svc.o 13*5113495bSYour Namecnss_plat_ipc_qmi_svc-y := cnss_plat_ipc_qmi.o cnss_plat_ipc_service_v01.o 14