diff options
Diffstat (limited to 'drivers/bcma/Makefile')
-rw-r--r-- | drivers/bcma/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/bcma/Makefile b/drivers/bcma/Makefile new file mode 100644 index 00000000000..0d56245bcb7 --- /dev/null +++ b/drivers/bcma/Makefile | |||
@@ -0,0 +1,7 @@ | |||
1 | bcma-y += main.o scan.o core.o | ||
2 | bcma-y += driver_chipcommon.o driver_chipcommon_pmu.o | ||
3 | bcma-y += driver_pci.o | ||
4 | bcma-$(CONFIG_BCMA_HOST_PCI) += host_pci.o | ||
5 | obj-$(CONFIG_BCMA) += bcma.o | ||
6 | |||
7 | ccflags-$(CONFIG_BCMA_DEBUG) := -DDEBUG | ||