]> git.ipfire.org Git - thirdparty/linux.git/blob - drivers/bcma/Makefile
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[thirdparty/linux.git] / drivers / bcma / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 bcma-y += main.o scan.o core.o sprom.o
3 bcma-y += driver_chipcommon.o driver_chipcommon_pmu.o
4 bcma-y += driver_chipcommon_b.o
5 bcma-$(CONFIG_BCMA_PFLASH) += driver_chipcommon_pflash.o
6 bcma-$(CONFIG_BCMA_SFLASH) += driver_chipcommon_sflash.o
7 bcma-$(CONFIG_BCMA_NFLASH) += driver_chipcommon_nflash.o
8 bcma-$(CONFIG_BCMA_DRIVER_PCI) += driver_pci.o
9 bcma-$(CONFIG_BCMA_DRIVER_PCI) += driver_pcie2.o
10 bcma-$(CONFIG_BCMA_DRIVER_PCI_HOSTMODE) += driver_pci_host.o
11 bcma-$(CONFIG_BCMA_DRIVER_MIPS) += driver_mips.o
12 bcma-$(CONFIG_BCMA_DRIVER_GMAC_CMN) += driver_gmac_cmn.o
13 bcma-$(CONFIG_BCMA_DRIVER_GPIO) += driver_gpio.o
14 bcma-$(CONFIG_BCMA_HOST_PCI) += host_pci.o
15 bcma-$(CONFIG_BCMA_HOST_SOC) += host_soc.o
16 obj-$(CONFIG_BCMA) += bcma.o
17
18 ccflags-$(CONFIG_BCMA_DEBUG) := -DDEBUG