mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-02 03:06:43 +07:00
8 lines
237 B
Makefile
8 lines
237 B
Makefile
|
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
|