Cross Reference: Makefile
xref: /linux-4.4.14/drivers/bcma/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /linux-4.4.14/drivers/bcma/
1bcma-y					+= main.o scan.o core.o sprom.o
2bcma-y					+= driver_chipcommon.o driver_chipcommon_pmu.o
3bcma-y					+= driver_chipcommon_b.o
4bcma-$(CONFIG_BCMA_SFLASH)		+= driver_chipcommon_sflash.o
5bcma-$(CONFIG_BCMA_NFLASH)		+= driver_chipcommon_nflash.o
6bcma-$(CONFIG_BCMA_DRIVER_PCI)		+= driver_pci.o
7bcma-$(CONFIG_BCMA_DRIVER_PCI)		+= driver_pcie2.o
8bcma-$(CONFIG_BCMA_DRIVER_PCI_HOSTMODE)	+= driver_pci_host.o
9bcma-$(CONFIG_BCMA_DRIVER_MIPS)		+= driver_mips.o
10bcma-$(CONFIG_BCMA_DRIVER_GMAC_CMN)	+= driver_gmac_cmn.o
11bcma-$(CONFIG_BCMA_DRIVER_GPIO)		+= driver_gpio.o
12bcma-$(CONFIG_BCMA_HOST_PCI)		+= host_pci.o
13bcma-$(CONFIG_BCMA_HOST_SOC)		+= host_soc.o
14obj-$(CONFIG_BCMA)			+= bcma.o
15
16ccflags-$(CONFIG_BCMA_DEBUG)		:= -DDEBUG
17

Indexes created Thu Jun 29 04:38:44 JST 2017