You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
bcma-y += main.o scan.o core.o
|
|
bcma-y += driver_chipcommon.o driver_chipcommon_pmu.o
|
|
bcma-y += driver_pci.o
|
|
bcma-$(CONFIG_BCMA_HOST_PCI) += host_pci.o
|
|
obj-$(CONFIG_BCMA) += bcma.o
|
|
|
|
ccflags-$(CONFIG_BCMA_DEBUG) := -DDEBUG
|
|
|