mirror of
https://github.com/torvalds/linux.git
synced 2024-11-02 02:01:29 +00:00
b71bb86398
Add support for MCB over PCI devices. Both PCI attached on-board Chameleon FPGAs as well as CompactPCI based MCB carrier cards are supported with this driver. Signed-off-by: Johannes Thumshirn <johannes.thumshirn@men.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
8 lines
106 B
Makefile
8 lines
106 B
Makefile
|
|
obj-$(CONFIG_MCB) += mcb.o
|
|
|
|
mcb-y += mcb-core.o
|
|
mcb-y += mcb-parse.o
|
|
|
|
obj-$(CONFIG_MCB_PCI) += mcb-pci.o
|