1*4882a593Smuzhiyun# SPDX-License-Identifier: GPL-2.0 2*4882a593Smuzhiyunbcma-y += main.o scan.o core.o sprom.o 3*4882a593Smuzhiyunbcma-y += driver_chipcommon.o driver_chipcommon_pmu.o 4*4882a593Smuzhiyunbcma-y += driver_chipcommon_b.o 5*4882a593Smuzhiyunbcma-$(CONFIG_BCMA_PFLASH) += driver_chipcommon_pflash.o 6*4882a593Smuzhiyunbcma-$(CONFIG_BCMA_SFLASH) += driver_chipcommon_sflash.o 7*4882a593Smuzhiyunbcma-$(CONFIG_BCMA_NFLASH) += driver_chipcommon_nflash.o 8*4882a593Smuzhiyunbcma-$(CONFIG_BCMA_DRIVER_PCI) += driver_pci.o 9*4882a593Smuzhiyunbcma-$(CONFIG_BCMA_DRIVER_PCI) += driver_pcie2.o 10*4882a593Smuzhiyunbcma-$(CONFIG_BCMA_DRIVER_PCI_HOSTMODE) += driver_pci_host.o 11*4882a593Smuzhiyunbcma-$(CONFIG_BCMA_DRIVER_MIPS) += driver_mips.o 12*4882a593Smuzhiyunbcma-$(CONFIG_BCMA_DRIVER_GMAC_CMN) += driver_gmac_cmn.o 13*4882a593Smuzhiyunbcma-$(CONFIG_BCMA_DRIVER_GPIO) += driver_gpio.o 14*4882a593Smuzhiyunbcma-$(CONFIG_BCMA_HOST_PCI) += host_pci.o 15*4882a593Smuzhiyunbcma-$(CONFIG_BCMA_HOST_SOC) += host_soc.o 16*4882a593Smuzhiyunobj-$(CONFIG_BCMA) += bcma.o 17*4882a593Smuzhiyun 18*4882a593Smuzhiyunccflags-$(CONFIG_BCMA_DEBUG) := -DDEBUG 19