162306a36Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0 262306a36Sopenharmony_cibcma-y += main.o scan.o core.o sprom.o 362306a36Sopenharmony_cibcma-y += driver_chipcommon.o driver_chipcommon_pmu.o 462306a36Sopenharmony_cibcma-y += driver_chipcommon_b.o 562306a36Sopenharmony_cibcma-$(CONFIG_BCMA_PFLASH) += driver_chipcommon_pflash.o 662306a36Sopenharmony_cibcma-$(CONFIG_BCMA_SFLASH) += driver_chipcommon_sflash.o 762306a36Sopenharmony_cibcma-$(CONFIG_BCMA_NFLASH) += driver_chipcommon_nflash.o 862306a36Sopenharmony_cibcma-$(CONFIG_BCMA_DRIVER_PCI) += driver_pci.o 962306a36Sopenharmony_cibcma-$(CONFIG_BCMA_DRIVER_PCI) += driver_pcie2.o 1062306a36Sopenharmony_cibcma-$(CONFIG_BCMA_DRIVER_PCI_HOSTMODE) += driver_pci_host.o 1162306a36Sopenharmony_cibcma-$(CONFIG_BCMA_DRIVER_MIPS) += driver_mips.o 1262306a36Sopenharmony_cibcma-$(CONFIG_BCMA_DRIVER_GMAC_CMN) += driver_gmac_cmn.o 1362306a36Sopenharmony_cibcma-$(CONFIG_BCMA_DRIVER_GPIO) += driver_gpio.o 1462306a36Sopenharmony_cibcma-$(CONFIG_BCMA_HOST_PCI) += host_pci.o 1562306a36Sopenharmony_cibcma-$(CONFIG_BCMA_HOST_SOC) += host_soc.o 1662306a36Sopenharmony_ciobj-$(CONFIG_BCMA) += bcma.o 1762306a36Sopenharmony_ci 1862306a36Sopenharmony_ciccflags-$(CONFIG_BCMA_DEBUG) := -DDEBUG 19